service/library/validator/efaceptr.go

9 lines
89 B
Go

package validator
import "unsafe"
type eface struct {
v int64
ptr unsafe.Pointer
}