mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
10 lines
166 B
Go
10 lines
166 B
Go
|
//go:build !go1.13
|
||
|
// +build !go1.13
|
||
|
|
||
|
package encoder
|
||
|
|
||
|
import "unsafe"
|
||
|
|
||
|
//go:linkname MapIterValue reflect.mapitervalue
|
||
|
func MapIterValue(it *mapIter) unsafe.Pointer
|