Skip to content

Commit

Permalink
go mod init
Browse files Browse the repository at this point in the history
  • Loading branch information
donutloop committed Nov 25, 2018
1 parent 3a09634 commit 0144909
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
@@ -0,0 +1,3 @@
module github.com/donutloop/toolkit

require github.com/fatih/astrewrite v0.0.0-20180730114054-bef4001d457f
2 changes: 2 additions & 0 deletions go.sum
@@ -0,0 +1,2 @@
github.com/fatih/astrewrite v0.0.0-20180730114054-bef4001d457f h1:M2EcAqgVPLYol6gZIJVdOliU64CI+BBjxfFDhODfv+4=
github.com/fatih/astrewrite v0.0.0-20180730114054-bef4001d457f/go.mod h1:Q9oPjZxY7Z0tvrD5KtBTVLiSwATtmhafFD/Lb0fyzOk=

0 comments on commit 0144909

Please sign in to comment.