Skip to content

Commit

Permalink
added maven module
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislin22 committed Mar 9, 2022
1 parent d689f97 commit 360d731
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go-example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ module golang.org/x/example

go 1.15

require golang.org/x/tools v0.0.0-20210112183307-1e6ecd4bf1b0
require (
golang.org/x/tools v0.0.0-20210112183307-1e6ecd4bf1b0
github.com/tidwall/gjson v1.6.3o
)

0 comments on commit 360d731

Please sign in to comment.