Closed creachadair closed 5 years ago
Addresses #239. The go get command fetches the command-line tool, and does not match the import path for the library. To make things more clear:
go get
Mention explicitly that go get fetches the CLI. Also, to avoid potential issues with pre-modules Go versions, do the fetch in /tmp.
Include an import path explicitly in the source examples.
Mention explicitly how to import enry into a modules build.
Ping @bzz. Not urgent, but it should be a simple review. 😄
Addresses #239. The
go get
command fetches the command-line tool, and does not match the import path for the library. To make things more clear:Mention explicitly that
go get
fetches the CLI. Also, to avoid potential issues with pre-modules Go versions, do the fetch in /tmp.Include an import path explicitly in the source examples.
Mention explicitly how to import enry into a modules build.