Documents
References
Packages
The Project
Help
Play
The Go Programming Language
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
Directory /src/pkg/index
Name
Synopsis
..
suffixarray
Package suffixarray implements substring search in logarithmic time using an in-memory suffix array.
Need more packages? Take a look at the
Go Projects wiki page
.