「45」Go 1.17特性

Go 1.17特性:

1、「slice」 allow conversion from slice to array ptr

commit: reflect: allow conversion from slice to array ptr

参考:
Go 1.17 will allow converting a slice to an array pointer (some of the time)

2、「net」 add IP.IsPrivate

👋➡️review:

3、「Test」 add TB.Setenv

测试后还原env变量,不能用于并发测试