0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-10-08 00:49:12 +02:00
gitea/vendor/github.com/goccy/go-json/internal/encoder/map113.go

9 lines
151 B
Go
Raw Normal View History

// +build go1.13
package encoder
import "unsafe"
//go:linkname MapIterValue reflect.mapiterelem
func MapIterValue(it unsafe.Pointer) unsafe.Pointer