Registry / utility / uri
library0.3.0gogounverified

Package uri is an implementation of the URI Uniform Resource Identifier (RFC3986) specification for Go.

go get go.lsp.dev/uri
INSTALL
IMPORT
SIG · URI
U
uri
utilitygov0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

uri
✓ go.lsp.dev/uri

Parses a URI string and prints its scheme.

package main import ( "fmt" "go.lsp.dev/uri" ) func main() { u, _ := uri.Parse("https://example.com/path?query=1") fmt.Println(u.Scheme()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
uri — go get uri · libregistry