Categorygithub.com/wealdtech/go-indexer
modulepackage
1.1.0
Repository: https://github.com/wealdtech/go-indexer.git
Documentation: pkg.go.dev

# README

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

# Functions

Deserialize deserializes a serialized index.
New creates a new index.

# Structs

Index maps between names and IDs.