go modules are on by default with 1.16, and the repo seems to incorrectly declare its import path. Trying go get results in an error:
vladimir@minim1 ~ % go get github.com/mwiora/NAMEinator
go: downloading github.com/mwiora/NAMEinator v0.0.5
go get: github.com/mwiora/NAMEinator@v0.0.4 updating to
github.com/mwiora/NAMEinator@v0.0.5: parsing go.mod:
module declares its path as: NAMEinator
but was required as: github.com/mwiora/NAMEinator
go modules are on by default with 1.16, and the repo seems to incorrectly declare its import path. Trying
go getresults in an error: