tind/docs/TinD default values.md
Matthew Stobbs 172dfa9109 Adding usage examples
Signed-off-by: Matthew Stobbs <matthew@stobbs.ca>
2024-02-23 22:05:10 -07:00

405 B

TinD is highly configurable, and defaults to an extremely simple set of values:

  • Default size of 4 bytes, or 32bits
  • Default character set of upper and lower case alphabet characters abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ

Usage Examples

package main

import (
	"git.staur.ca/stobbsm/tind"
)

func main() {
	id := tind.Gen()
	fmt.Println(id.String())
}

Output:

CvHG