generated at
2/23/2025, 3:16:23 AM
Go
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個
Goってnullableとnon-nullを満たしてる?
go
var a int = nil // これはエラー
Goのポインタ
がnilになり得るのか
では、これはnullチェックは強制される?
Go言語でGUI
https://github.com/go-graphics/go-gui-projects
コンパイラ
https://www.ebiebievidence.com/posts/2020/12/golang-compiler/
Uber
https://speakerdeck.com/lelenanam/how-uber-go-es
https://github.com/uber-go/guide/blob/master/style.md
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
Rustやっている人から見たGo
https://medium.com/@PingCAP/early-impressions-of-go-from-a-rust-programmer-f4fd1074c410
#プログラミング言語