Skip to content

How do I install v2 with go 1.13? #562

Answered by pelletier
jotego asked this question in Questions
Discussion options

You must be logged in to vote

go-toml uses Go's standard modules system. As such, you either need one of:

  • use Go 1.16
  • use Go 1.13+ with a go.mod in your package
  • or set the environment variable GO111MODULE=on

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
8 replies
@pelletier
Comment options

@jotego
Comment options

@pelletier
Comment options

@jotego
Comment options

@pelletier
Comment options

Comment options

You must be logged in to vote
3 replies
@lietu
Comment options

@pelletier
Comment options

@pelletier
Comment options

Answer selected by pelletier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants