Package taguri provides tools for working with hex color codes, for the Go programming language. Package taguri provides tools to work with tag-URIs, as defined by IETF RFC 4151, for the Go programming language.
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-taguri
To import package taguri use import
code like the follownig:
import "github.com/reiver/go-taguri"
To install package taguri do the following:
GOPROXY=direct go get https://github.com/reiver/go-taguri
Package taguri was written by Charles Iliya Krempeaux