「26」Go 1.16 特性

Go 1.16特性:

json自定义「issues 5901」

「Feat」

起源:

1
2
3
4
For example, if a user wants to marshal net.IP with custom code, we should provide a way
to do that, probably a method on *Encoder. Similarly for *Decoder.

Same for encoding/xml

变更:

coding:

使用教程:

GMT和MDT时区问题「issues 43354」

「Fix」

问题:

主要修复一个时区问题 MDT or GMT ?

官方reply
go-review

go get -d「issues 43131」

「Feat」

变更:

1
2
3
4
cmd/go新增:「仅下载,不使用此依赖」

go get -d

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
2
runtime: make getMCache inlineable

review

Slice Grow Size Change

「Change」

变更

👋👋commit

👋➡️review

End