net/url.Values.Get (method)
15 uses
net/url (current package)
url.go#L884: func (v Values) Get(key string) string {
github.com/aws/aws-sdk-go/aws/signer/v4
v4.go#L569: if sig := r.URL.Query().Get("X-Amz-Signature"); len(sig) != 0 {
v4.go#L723: if ctx.isPresign && ctx.Query.Get("X-Amz-Signature") != "" {
github.com/golang-migrate/migrate/v4/database/postgres
postgres.go#L119: migrationsTable := purl.Query().Get("x-migrations-table")
github.com/lib/pq
url.go#L71: accrue(k, q.Get(k))
go.opencensus.io/zpages
tracez.go#L88: name := r.Form.Get(spanNameQueryField)
tracez.go#L89: t, _ := strconv.Atoi(r.Form.Get(spanTypeQueryField))
tracez.go#L90: st, _ := strconv.Atoi(r.Form.Get(spanSubtypeQueryField))
golang.org/x/oauth2
token.go#L106: v := vals.Get(key)
golang.org/x/oauth2/internal
token.go#L226: token.RefreshToken = v.Get("refresh_token")
token.go#L257: AccessToken: vals.Get("access_token"),
token.go#L258: TokenType: vals.Get("token_type"),
token.go#L259: RefreshToken: vals.Get("refresh_token"),
token.go#L262: e := vals.Get("expires_in")
golang.org/x/pkgsite/internal/frontend
badge.go#L32: path = strings.TrimPrefix(r.URL.Query().Get("path"), "https://pkg.go.dev/")
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |