服务器图形
GOLANG API模板的模块
如何使用范本
您只需要在.go文件中包含此行
import server_graphql "gitlab.com/fendcer-company/common/golang-modules/server-graphql"
您当然可以包括此模块的任何子模块。
然后,如果编译失败,则应启动此行
go env -w GOPRIVATE=gitlab.com/fendcer-company/common/golang-modules/*
/!\使用此功能需要您有权访问此存储库,并且您已为gitlab帐户设置了ssh密钥
如果有错误
Linux
将这些行添加到〜/ .gitonfig中:
[url "ssh://git@gitlab.com/"]
insteadOf = https://gitlab.com/
[user]
2021-02-24 18:05:22
25KB
Go
1