第二课 Go语法背后的秘密
- go build -x hello.go
GOSSAFUNC=funcname go builld x.go
编译过程 https://godbolt.org
go tool compile -S ./hello.go | grep “hello.go:5”
go tool objdump ./x
goyacc
课上推荐资源
https://xargin.com/addr-of-empty-struct-may-not-eq/
https://xargin.com/go1-17-new-calling-convention/
https://elasticsearch.cn/article/114
Github
https://github.com/cch123/elasticsql
https://github.com/cch123/parser_example
https://github.com/go-internals-cn/go-internals
https://github.com/grantseltzer/weaver
https://github.com/YYCoder/protobuf-thrift
https://github.com/vitessio/vitess
https://github.com/xwb1989/sqlparser
Dash 文档工具
电子书渠道
libgen、z-lib