-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行example的demo 出错, teleport 的包好像改名了, 以前的里面的方法也都没有了 #132
Comments
你执行了什么命令?不要使用 -u 升级间接依赖,同时应该开启gomod |
go 1.18 package main import ( func main() { 只run了demo 啥都没干 |
go 1.18 package main import ( func main() { 只run了demo 啥都没干 gcc 的版本用哪一个... |
和gcc关系吧 |
C:\Users\admin\go\pkg\mod\github.com\henrylee2cn\[email protected]\app\distribute\master_api.go:10:34: undefined: teleport
C:\Users\admin\go\pkg\mod\github.com\henrylee2cn\[email protected]\app\distribute\master_api.go:11:9: undefined: teleport
C:\Users\admin\go\pkg\mod\github.com\henrylee2cn\[email protected]\app\distribute\master_api.go:25:48: undefined: teleport
C:\Users\admin\go\pkg\mod\github.com\henrylee2cn\[email protected]\app\distribute\master_api.go:27:9: undefined: teleport
C:\Users\admin\go\pkg\mod\github.com\henrylee2cn\[email protected]\app\distribute\master_api.go:33:42: undefined: teleport
C:\Users\admin\go\pkg\mod\github.com\henrylee2cn\[email protected]\app\distribute\slave_api.go:7:2: imported and not used: "github.com/henrylee2cn/teleport" as tp
C:\Users\admin\go\pkg\mod\github.com\henrylee2cn\[email protected]\app\distribute\slave_api.go:11:30: undefined: teleport
C:\Users\admin\go\pkg\mod\github.com\henrylee2cn\[email protected]\app\distribute\slave_api.go:12:9: undefined: teleport
C:\Users\admin\go\pkg\mod\github.com\henrylee2cn\[email protected]\app\distribute\slave_api.go:23:47: undefined: teleport
The text was updated successfully, but these errors were encountered: