go-rfc2396/README.md

31 lines
852 B
Markdown
Raw Permalink Normal View History

2023-12-08 00:16:58 +00:00
# go-rfc2396
Package **rfc2396** is an implementation of (parts of) IETF RFC-2396, for the Go programming language.
Uniform Resource Identifiers (URI): Generic Syntax
https://datatracker.ietf.org/doc/html/rfc2396
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-rfc2396
[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-rfc2396?status.svg)](https://godoc.org/sourcecode.social/reiver/go-rfc2396)
## Import
To import package **rfc2396** use `import` code like the follownig:
```
import "sourcecode.social/reiver/go-rfc2396"
```
## Installation
To install package **rfc2396** do the following:
```
GOPROXY=direct go get https://sourcecode.social/reiver/go-rfc2396
```
## Author
Package **rfc2396** was written by [Charles Iliya Krempeaux](http://changelog.ca)