invalid go.mod declaration
changkun opened this issue · 1 comments
changkun commented
The declaration of a module is invalid as suggested in the go get
command:
$ go get github.com/cch123/goroutineid
go: github.com/cch123/goroutineid upgrade => v0.0.0-20190909065024-a3ebdbd8fac5
go get: github.com/cch123/goroutineid@v0.0.0-20190909065024-a3ebdbd8fac5: parsing go.mod:
module declares its path as: goroutineid
but was required as: github.com/cch123/goroutineid
The following line:
Line 1 in a3ebdbd
should be
module github.com/cch123/goroutineid