Registry / utility / derekstavis-go-qs

derekstavis-go-qs

JSON →
library0.0.0-20180720192143-9eef69e6c4e7gogounverified

A Go library for parsing and encoding URL query strings.

go get github.com/derekstavis/go-qs
INSTALL
IMPORT
SIG · DEREKSTAVIS-GO-QS
D
derekstavis-go-qs
utilitygov0.0.0-20180720192143-9eef69e6c4e7
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.

qs
github.com/derekstavis/go-qs

Parses a query string into a map.

package main import ( "fmt" "github.com/derekstavis/go-qs" ) func main() { params, _ := qs.Unmarshal("key=value&foo=bar") fmt.Println(params) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180720192143-9eef69e6c4e7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
derekstavis-go-qs — go get derekstavis-go-qs · libregistry