connperf
connperf copied to clipboard
项目导入问题
一开始项目是这样的
go mod init,go mod tidy之后:
github.com/esrrhs/go-engine/src/conn: module github.com/esrrhs/go-engine@latest found (v0.0.0-20190718081410-f824aebe85f2), but does not contain package github.com/esrrhs/go-engine/src/conn
请问有没有什么好的办法呀
go-engine没使用go mod,太大了用不了
那应该怎么导入呀 看着也不是相对路径 接触go时间不长 有点迷糊
goland吧?禁用掉go mod就好了,具体可以google下