golang无法导包的解决办法:1、直接根据【$GOPATH/src】目录导入import 【test/lib】;2、别名导入,代码为【import a_name "test"】;3、使用点号导入,代码为【import . ”test“】。
技术文章 / 下载软件趣味内容 / 专业带飞