sanposhiho / gomockhandler

Mr. gomockhandler is the clever and more agile manager of golang/mock (uber/mock) 👔
MIT License
105 stars 8 forks source link

Fix Go 1.16 installation on README #49

Closed fsmiamoto closed 3 years ago

fsmiamoto commented 3 years ago

It would be good to append @latest to the package identifier otherwise we get an error when installing outside of a module:

> go install github.com/sanposhiho/gomockhandler
go install: version is required when current directory is not in a module
        Try 'go install github.com/sanposhiho/gomockhandler@latest' to install the latest version
> go install github.com/sanposhiho/gomockhandler@latest
# Works as expected

Also, great job on the tool :)

sanposhiho commented 3 years ago

Aha, thanks 🙏