mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 20:49:25 -05:00
10 lines
163 B
Go
10 lines
163 B
Go
//go:build go1.13
|
|
// +build go1.13
|
|
|
|
package encoder
|
|
|
|
import "unsafe"
|
|
|
|
//go:linkname MapIterValue reflect.mapiterelem
|
|
func MapIterValue(it *mapIter) unsafe.Pointer
|