Skip to content

Commit

Permalink
add go module support
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket Awati committed Feb 5, 2019
1 parent ccaf3b3 commit 6477da0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ And run
This will go through all the struct declarations in your source files, and add corresponding json/xml/sql tags with field name changed to snake case. If you have already written tag with "-" value , this tool will not change that tag.

Now supports Go modules.

![Screencast with Go Generate](https://media.giphy.com/media/26n6G34sQ4hV8HMgo/giphy.gif)

1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/betacraft/easytags

0 comments on commit 6477da0

Please sign in to comment.