https://github.com/reiver/go-rfc2396
Package rfc2396 is an implementation of (parts of) IETF RFC-2396 (Uniform Resource Identifiers (URI): Generic Syntax), for the Go programming language.
https://github.com/reiver/go-rfc2396
Last synced: about 1 year ago
JSON representation
Package rfc2396 is an implementation of (parts of) IETF RFC-2396 (Uniform Resource Identifiers (URI): Generic Syntax), for the Go programming language.
- Host: GitHub
- URL: https://github.com/reiver/go-rfc2396
- Owner: reiver
- License: mit
- Created: 2023-12-08T00:17:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T14:18:38.000Z (over 2 years ago)
- Last Synced: 2025-04-09T09:46:33.635Z (over 1 year ago)
- Language: Go
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - reiver/go-rfc2396 - Package rfc2396 is an implementation of (parts of) IETF RFC-2396 (Uniform Resource Identifiers (URI): Generic Syntax), for the Go programming language. (Go)
README
# 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
[](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)