Skip to content

Support Go Modules #1

@qcrao

Description

@qcrao
package main import "github.com/cch123/goroutineid" func main() { id := goroutineid.GetGoID() println(id) // 1 }

输出:

$GOSSAPATH/main.go:3:8: cannot find package "." in:
/app/vendor/github.com/cch123/goroutineid

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions