...

Source file src/github.com/goccy/go-json/internal/encoder/map112.go

Documentation: github.com/goccy/go-json/internal/encoder

     1  //go:build !go1.13
     2  // +build !go1.13
     3  
     4  package encoder
     5  
     6  import "unsafe"
     7  
     8  //go:linkname MapIterValue reflect.mapitervalue
     9  func MapIterValue(it *mapIter) unsafe.Pointer
    10  

View as plain text