Alan Hou的个人博客

Go 语言学习资源汇总

Dockerfile

查看build 过程: go build -n main.go

查看Plan 9汇编:go build -gcflags -S main.go

汇编指令优化过程:GOSSAFUNC=main go build main.go

生成Wasm 指令:GOARCH=wasm GOOS=js go build -o lib.wasm main.go

编译前端(词法分析->句法分析->语义分析)->编译后端(中间码生成->代码优化->机器码生成)->链接

检测单元测试覆盖率:

开发规范

敏捷开发

Mock

CI/CD

Jenkins、GitLab、Argo、Github Actions、JenkinsX

文档

日志

权限管理

后台管理

微服务

其它工具

学习资源

常见问题

1、go:linkname must refer to declared function or variable

 

退出移动版