Source: golang-github-google-go-querystring Maintainer: Debian Go Packaging Team Uploaders: Alexandre Viau , Anthony Fok Section: devel Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 12), dh-golang, golang-any Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-go-querystring Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-go-querystring.git Homepage: https://github.com/google/go-querystring XS-Go-Import-Path: github.com/google/go-querystring Package: golang-github-google-go-querystring-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: library for encoding structs into URL query parameters go-querystring is Go library for encoding structs into URL query parameters. go-querystring is designed to assist in scenarios where you want to construct a URL using a struct that represents the URL query parameters.