go-rfc2234/README.md

31 lines
820 B
Markdown
Raw Normal View History

2023-10-04 08:35:43 +00:00
# go-rfc2234
2023-10-04 08:51:09 +00:00
Package **rfc2234** is an implementation of (parts of) IETF RFC-2234, for the Go programming language.
2023-10-04 08:35:43 +00:00
2023-10-04 08:44:31 +00:00
Augmented BNF for Syntax Specifications: ABNF (November 1997)
2023-10-04 08:35:43 +00:00
https://datatracker.ietf.org/doc/html/rfc2234
## Documention
2024-08-24 13:46:08 +00:00
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-rfc2234
2023-10-04 08:35:43 +00:00
2024-08-24 13:46:08 +00:00
[![GoDoc](https://godoc.org/github.com/reiver/go-rfc2234?status.svg)](https://godoc.org/github.com/reiver/go-rfc2234)
2023-10-04 08:35:43 +00:00
## Import
To import package **rfc2234** use `import` code like the follownig:
```
2024-08-24 13:46:08 +00:00
import "github.com/reiver/go-rfc2234"
2023-10-04 08:35:43 +00:00
```
## Installation
To install package **rfc2234** do the following:
```
2024-08-24 13:46:08 +00:00
GOPROXY=direct https://github.com/reiver/go-rfc2234
2023-10-04 08:35:43 +00:00
```
## Author
2024-08-24 13:42:10 +00:00
Package **rfc2234** was written by [Charles Iliya Krempeaux](http://reiver.link)