-
If I run
I get the master branch version. How can I get the v2 branch version? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
pelletier
Jun 23, 2021
Replies: 2 comments 11 replies
-
Try using |
Beta Was this translation helpful? Give feedback.
8 replies
-
go-toml uses Go's standard modules system. As such, you either need one of:
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
pelletier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
go-toml uses Go's standard modules system. As such, you either need one of:
go.mod
in your packageGO111MODULE=on