Goland导入github包
goland终端如何导入github上的包例如:我们要导入gin包,最开始我直接输入go get -u github.com/gin-gonic/gin会出现以下的问题:# cd F:\goworkspace\src\github.com\gin-gonic\gin; git pull --ff-onlyfatal: not a git repository (or any of the parent directories): .gitpackage github.com/gin-gonic/