Files
moxa/stdlib/go1_16_index_suffixarray.go
Nicholas Wiersma 32cbcfb412 feat: update stdlib mapping for go1.17
* Drop go1.15
* Generate go1.17
* Update minimum extract version
* Update the CI config
2021-08-17 11:42:07 +02:00

21 lines
415 B
Go

// Code generated by 'yaegi extract index/suffixarray'. DO NOT EDIT.
// +build go1.16,!go1.17
package stdlib
import (
"index/suffixarray"
"reflect"
)
func init() {
Symbols["index/suffixarray/suffixarray"] = map[string]reflect.Value{
// function, constant and variable definitions
"New": reflect.ValueOf(suffixarray.New),
// type definitions
"Index": reflect.ValueOf((*suffixarray.Index)(nil)),
}
}