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