https://github.com/chanced/uri
URIs for go
https://github.com/chanced/uri
Last synced: 11 months ago
JSON representation
URIs for go
- Host: GitHub
- URL: https://github.com/chanced/uri
- Owner: chanced
- License: bsd-3-clause
- Created: 2022-09-10T18:44:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T18:58:59.000Z (over 3 years ago)
- Last Synced: 2024-10-06T00:41:20.031Z (over 1 year ago)
- Language: Go
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uri
[](https://pkg.go.dev/github.com/chanced/uri)
[](https://img.shields.io/github/v/tag/chanced/uri.svg?sort=semver&style=flat-square&label=version&color=blue)

uri is a copy of net/url 1.19 except `URI` implements `encoding.TextUnmarshaler` and `encoding.TextMarshaler`.
Another notable change:
If `URI` is empty, the `String` method returns `"#"` rather than an empty string.
## License
Go License