pholcus icon indicating copy to clipboard operation
pholcus copied to clipboard

go get出现错误

Open justinyaoqi opened this issue 4 years ago • 1 comments

o\pkg\mod\github.com\jason-wj\[email protected]\gui\logview.go:26:27: cannot use lv (type *LogView) as type walk.Widget in argument to walk.InitW idget:

justinyaoqi avatar Sep 04 '21 16:09 justinyaoqi

o\pkg\mod\github.com\jason-wj\[email protected]\gui\logview.go:26:27: cannot use lv (type *LogView) as type walk.Widget in argument to walk.InitW idget:

目前项目已变更为mod包管理,直接项目根目录下:go mod tidy即可,为避免国内网络问题,建议将GOPROXY变更为国内代理

bitxx avatar Nov 03 '21 09:11 bitxx