mirror of
https://github.com/go-gitea/gitea
synced 2024-11-12 05:04:24 +00:00
7224cfc578
* Upgrade xorm to v1.2.2 * Change the Engine interface to match xorm v1.2.2
9 lines
153 B
Go
Vendored
9 lines
153 B
Go
Vendored
// +build !go1.13
|
|
|
|
package encoder
|
|
|
|
import "unsafe"
|
|
|
|
//go:linkname MapIterValue reflect.mapitervalue
|
|
func MapIterValue(it unsafe.Pointer) unsafe.Pointer
|