Go module providing simple index of strings to UUIDs.
go-indexer
is a standard Go module which can be installed with:
go get github.com/wealdtech/go-indexer
package main
import (
"fmt"
indexer "github.com/wealdtech/go-indexer"
)
func main() {
indexer := index.New()
}
Jim McDonald: @mcdee.
Contributions welcome. Please check out the issues.
Apache-2.0 © 2019 Weald Technology Trading Ltd