Charles Iliya Krempeaux 687e7fd1f6 | ||
---|---|---|
LICENSE | ||
README.md | ||
alpha.go | ||
alpha_test.go | ||
digit.go | ||
digit_test.go | ||
gendelims.go | ||
gendelims_test.go | ||
go.mod | ||
hexdigit.go | ||
hexdigit_test.go | ||
reserved.go | ||
subdelims.go | ||
subdelims_test.go |
README.md
go-rfc2234
Package rfc2234 is an implementation of (parts of) IETF RFC-2234, for the Go programming language.
Augmented BNF for Syntax Specifications: ABNF (November 1997)
https://datatracker.ietf.org/doc/html/rfc2234
Documention
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-rfc2234
Import
To import package rfc2234 use import
code like the follownig:
import "sourcecode.social/reiver/go-rfc2234"
Installation
To install package rfc2234 do the following:
GOPROXY=direct https://sourcecode.social/reiver/go-rfc2234
Author
Package rfc2234 was written by Charles Iliya Krempeaux