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

Struct Nested

query/encode_test.go:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 }
279
280 type Nested struct {
281 A SubNested `url:"a"`
282 B *SubNested `url:"b"`
283 Ptr *SubNested `url:"ptr,omitempty"`
284 }
285
286 tests := []struct {
287 input interface{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected