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