Go
https://gyazo.com/ee1f4d39d6db1bb7932c3ae8d940d280
goroutine
GoのChannel
Goのポインタ
Goのmapとslice
RxGo
Goのinterface
Goの言語のデザイン
並行処理
https://speakerdeck.com/ytaka23/golang-dot-tokyo-20th?slide=2
本とか
goのメモリアロケートについて
https://blog.learngoprogramming.com/a-visual-guide-to-golang-memory-allocator-from-ground-up-e132258453ed
https://future-architect.github.io/articles/20191211/
インライン展開とcontextについて
Goを学ぶ
https://github.com/teh-cmc/go-internals
https://gophercises.com/
https://engineering.mercari.com/blog/entry/goforbeginners/
https://zenn.dev/hsaki/books/golang-io-package
I/O
https://future-architect.github.io/articles/20190713/
つまづきやすいポイントFAQ
https://golang50shad.es/
Goの罠50個
コンパイラ
https://www.ebiebievidence.com/posts/2020/12/golang-compiler/
https://docs.google.com/presentation/d/142DMszQvaKEfyIL6JmI_lsvVbbqJNOlfp6qSU8bgMAU/edit#slide=id.p
Goのcontext
https://zenn.dev/hsaki/books/golang-context
run
$ go run hoge.go
#プログラミング言語