Registry / utility / golang-commonmark-mdurl

golang-commonmark-mdurl

JSON →
library0.0.0-20191124015652-932350d1cb84gogounverified

Provides functions for parsing, decoding and encoding URLs.

go get gitlab.com/golang-commonmark/mdurl
INSTALL
IMPORT
SIG · GOLANG-COMMONMARK-
G
golang-commonmark-mdurl
utilitygov0.0.0-20191124015652-932350d1cb84
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.

mdurl
gitlab.com/golang-commonmark/mdurl

Parses a URL and prints its path component.

package main import ( "fmt" "gitlab.com/golang-commonmark/mdurl" ) func main() { parsed, _ := mdurl.Parse("https://example.com/path?query=value") fmt.Println(parsed.Path) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20191124015652-932350d1cb84latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
golang-commonmark-mdurl — go get golang-commonmark-mdurl · libregistry