Go编译报错“undefined: GoMapIterator”
错误信息:
/root/go/pkg/mod/github.com/bytedance/sonic@v1.13.3/internal/rt/stubs.go:36:54: undefined: GoMapIterator
原因是更新版本的 Go 编译时,需要升级 sonic 库的版本:
github.com/bytedance/sonic v1.14.2 // indirect
github.com/bytedance/sonic/loader v0.4.0 // indirect
浙公网安备 33010602011771号