8000 GitHub - wealdtech/go-indexer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wealdtech/go-indexer

Repository files navigation

go-indexer

Tag License GoDoc Travis CI codecov.io Go Report Card

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0