「26」Go 1.16 特性
¶json自定义「issues 5901」
¶「Feat」
¶起源:
1 | For example, if a user wants to marshal net.IP with custom code, we should provide a way |
¶变更:
¶使用教程:
¶GMT和MDT时区问题「issues 43354」
¶「Fix」
¶问题:
主要修复一个时区问题 MDT or GMT ?
¶go get -d「issues 43131」
¶「Feat」
¶变更:
1 | cmd/go新增:「仅下载,不使用此依赖」 |
¶go mod download无法指定版本「issues 42524」
¶「Fix」
¶变更:
1 | modify 指定版本可以download |
¶review
¶ParseDir 指定.go作为后缀的bug「issues 42951」
¶「Fix」
¶变更:
1 | 以.go结尾的文件夹,ParseDir无法转换 |
¶review
¶strconv:ParseComplex未处理32位数字「issues 40706」
¶「Fix」
¶变更:
1 | 处理32bitsize,需要返回error。 |
¶review
¶runtime {getMcache} 「issues 42339」
¶「Fix」
¶变更
1 | runtime: make getMCache inlineable |