go-httpaccept
Package httpaccept provides tools for working with the HTTP Accept
request header, for the Go programming language.
Documention
Online documentation, which includes examples, can be found at: http://godoc.org/codeberg.org/reiver/go-httpaccept

Import
To import package httpaccept use import
code like the following:
import "codeberg.org/reiver/go-httpaccept"
Installation
To install package httpaccept do the following:
GOPROXY=direct go get codeberg.org/reiver/go-httpaccept
Author
Package httpaccept was written by Charles Iliya Krempeaux