URLクエリ文字列を生成 - golang2020-06-20golangparams := url.Values{ "keyword": {"some"}, } reqUrl := "https://yourendpoint.example.com?" + params.Encode() Reference https://golang.org/pkg/net/url/#URL.Query