{"id":49966,"library":"google-go-querystring","title":"Go Querystring","description":"Package go-querystring encodes Go structs into URL query strings.","status":"active","version":"1.2.0","language":"go","source_language":null,"source_url":"https://github.com/google/go-querystring","tags":["query","url","encoding","struct"],"install":[{"cmd":"go get github.com/google/go-querystring","lang":"bash","label":"Install github.com/google/go-querystring"}],"dependencies":[],"imports":[{"symbol":"querystring","correct":"github.com/google/go-querystring"}],"quickstart":{"code":"import \"github.com/google/go-querystring/query\"\n\nfunc main() {\n    type Options struct {\n        Name string `url:\"name\"`\n        Age  int    `url:\"age\"`\n    }\n    v, _ := query.Values(Options{Name: \"Alice\", Age: 30})\n    fmt.Println(v.Encode())\n}","lang":"go","description":"Encodes a struct into URL query parameters."},"warnings":[],"env_vars":null,"search_vec":"'encod':7,16 'go':1,5,8 'go-querystr':4 'packag':3 'queri':12,14 'querystr':2,6 'string':13 'struct':9,17 'url':11,15","created_at":"2026-06-15T04:35:02.018246+00:00","updated_at":"2026-06-15T04:35:02.018246+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/google/go-querystring","github":"https://github.com/google/go-querystring","docs":"https://pkg.go.dev/github.com/google/go-querystring#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}