mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-02 02:43:16 -06:00
8 lines
151 B
Go
8 lines
151 B
Go
// +build go1.13
|
|
|
|
package encoder
|
|
|
|
import "unsafe"
|
|
|
|
//go:linkname MapIterValue reflect.mapiterelem
|
|
func MapIterValue(it unsafe.Pointer) unsafe.Pointer
|