摘要: 在 VS Code 中,使用快捷键:command+shift+P,然后键入:go:install/update tools,将所有 的插件都勾选上,然后点击 OK 即开始安装。 附带我的 settings.json { "go.goroot": "", "go.gopath": "", "go.i 阅读全文
posted @ 2019-08-22 16:50 掉头发的666 阅读(1943) 评论(0) 推荐(0)
摘要: cli用的是这个 "github.com/urfave/cli" db用的是 "github.com/jinzhu/gorm" 后台模式用的lib:"github.com/sevlyar/go-daemon" 这个大家都知道是啥 "github.com/gin-gonic/gin" tensorfl 阅读全文
posted @ 2019-08-22 16:16 掉头发的666 阅读(399) 评论(0) 推荐(0)