Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
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