博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

learn go and go web dev

Posted on 2023-06-19 13:14  pencilCool  阅读(7)  评论(0编辑  收藏  举报

playground

https://go.dev/play/

go 语言圣经
https://golang-china.github.io/gopl-zh/ch1/ch1-01.html

go env

go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.io,direct
go install -v golang.org/x/tools/cmd/goimports@latest

vscode settings.json

{
  "[go]": {
    "editor.insertSpaces": true,
    "editor.formatOnSave": true,
    "editor.codeActionsOnSave": {
        "source.organizeImports":true 
    }
}
}

零成本打造 SaaS 产品

https://www.xiaoyuzhoufm.com/episode/64b525835680f4d4a801f7f6