19 lines
363 B
Go
19 lines
363 B
Go
package stdlib
|
|
|
|
// Code generated by 'goexports index/suffixarray'. DO NOT EDIT.
|
|
|
|
import (
|
|
"index/suffixarray"
|
|
"reflect"
|
|
)
|
|
|
|
func init() {
|
|
Value["index/suffixarray"] = map[string]reflect.Value{
|
|
"New": reflect.ValueOf(suffixarray.New),
|
|
}
|
|
|
|
Type["index/suffixarray"] = map[string]reflect.Type{
|
|
"Index": reflect.TypeOf((*suffixarray.Index)(nil)).Elem(),
|
|
}
|
|
}
|