Convert strings and slices using the officially recommended way by hopehook · Pull Request #3344 · gin-gonic/gin
Go official is expected to provide unsafe.{SliceData, Slice, StringData, String} series methods in version 1.20 for conversion of strings and slices. Reference: golang/go#53003