gin/vendor/github.com/cloudwego/base64x/base64x_subr_amd64.go
copilot-swe-agent[bot] d936a45bfd Fix SSE specification compliance - add space after colon in all SSE fields
Co-authored-by: appleboy <21979+appleboy@users.noreply.github.com>
2025-11-15 15:22:08 +00:00

19 lines
319 B
Go

package base64x
import (
"github.com/cloudwego/base64x/internal/native"
)
// HACK: maintain these only to prevent breakchange, because sonic-go linkname these
var (
_subr__b64decode uintptr
_subr__b64encode uintptr
)
func init() {
_subr__b64decode = native.S_b64decode
_subr__b64encode = native.S_b64encode
}