Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miolab/go_memo_to_self
[memo_to_self] Golang
https://github.com/miolab/go_memo_to_self
Last synced: 8 days ago
JSON representation
[memo_to_self] Golang
- Host: GitHub
- URL: https://github.com/miolab/go_memo_to_self
- Owner: miolab
- Created: 2020-01-14T04:44:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T00:44:44.000Z (over 4 years ago)
- Last Synced: 2023-03-05T22:17:18.264Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go_memo_to_self
Golang チートシート
### リファレンス
- [公式](https://golang.org/)
- [Command godoc](https://pkg.go.dev/golang.org/x/tools/cmd/godoc?tab=doc)
- [Docker hub / golang](https://hub.docker.com/_/golang)
- [ CircleCI-Public / circleci-demo-go](https://github.com/CircleCI-Public/circleci-demo-go)
- [Gopher道場](https://gopherdojo.org/)
- [自習室](https://gopherdojo.org/studyroom/)
- [プログラミング言語Go完全入門](https://docs.google.com/presentation/d/1RVx8oeIMAWxbB7ZP2IcgZXnbZokjCmTUca-AbIpORGk/edit#slide=id.g4f417182ce_0_0)
- [「プログラミング言語Go完全入門」の「完全」公開のお知らせ](https://engineering.mercari.com/blog/entry/goforbeginners/)
- [【解説】開発ライブ実況#4 VS Code編 by 株式会社メルカリ AI & Searchチーム AIエンジニア](https://engineering.mercari.com/blog/entry/1598501262-6deba34560/)
---
- バージョン確認
```
$ go version
go version go1.13.6 windows/amd64
```- command godoc