cch123/goroutineid

invalid go.mod declaration

changkun opened this issue · 1 comments

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:

module goroutineid

should be

module github.com/cch123/goroutineid 

@changkun ,啊。。现在才看到 orz,不知道为啥有的库的 issue 收不到通知。。。已经改了