Skip to content

install broken with go 1.16 due to go modules #46

@vvuk

Description

@vvuk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions