12 2021 档案
摘要:https://blog.csdn.net/yang75108/article/details/101101384
阅读全文
摘要:1. Go语言编译器 编译器优化 内联函数 很多Go语言的语法特性都离不开编译时与运行时的共同作用。例如开发go import 、 go fmt 、go lint 等扫描源码的工具。 2. Go语言编译器的阶段 three- phase Compiler IR:Intermediate Repres
阅读全文
摘要:mapstructure 转载:https://darjun.github.io/2020/07/29/godailylib/mapstructure/ 作用: 用于将通用的map[string]interface{}解码到对应的 Go 结构体中,或者执行相反的操作。很多时候,解析来自多种源头的数据
阅读全文