gin/internal/bytesconv
hopehook a889c58de7
Convert strings and slices using the officially recommended way (#3344)
* Feat: Convert strings and slices using the officially recommended way.

Go official is expected to provide unsafe.{SliceData, Slice, StringData,
String} series methods in version 1.20 for conversion of strings and
slices.

* chore: add reference documentation link to comment of code

* chore: update Copyright

* chore: remove build tag "+build !go1.20"
2023-03-02 08:12:20 +08:00
..
bytesconv_1.19.go Convert strings and slices using the officially recommended way (#3344) 2023-03-02 08:12:20 +08:00
bytesconv_1.20.go Convert strings and slices using the officially recommended way (#3344) 2023-03-02 08:12:20 +08:00
bytesconv_test.go add copyright (#2388) 2020-05-23 22:52:01 +08:00