package uritemplates
Import Path
google.golang.org/api/internal/third_party/uritemplates (on go.dev)
Dependency Relation
imports 5 packages, and imported by one package
Involved Source Files
Package uritemplates is a level 3 implementation of RFC 6570 (URI
Template, http://tools.ietf.org/html/rfc6570).
uritemplates does not support composite values (in Go: slices or maps)
and so does not qualify as a level 4 implementation.
utils.go
Package-Level Type Names (total 4, none are exported)
Package-Level Functions (total 5, in which 1 are exported)
Expand parses then expands a URI template with a set of values to produce
the resultant URI. Two forms of the result are returned: one with all the
elements escaped, and one with the elements unescaped.
Package-Level Variables (total 4, none are exported)
![]() |
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. |