add vendor directory

This commit is contained in:
tsmethurst 2021-08-12 15:51:53 +02:00
commit d9026c7798
2666 changed files with 1090740 additions and 0 deletions

View file

@ -0,0 +1,8 @@
// +build go1.13
package encoder
import "unsafe"
//go:linkname MapIterValue reflect.mapiterelem
func MapIterValue(it unsafe.Pointer) unsafe.Pointer