MCPcopy Create free account
hub / github.com/google/go-querystring / SubNested

Struct SubNested

query/encode_test.go:276–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274
275func TestValues_NestedTypes(t *testing.T) {
276 type SubNested struct {
277 Value string `url:"value"`
278 }
279
280 type Nested struct {
281 A SubNested `url:"a"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected