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

Struct Inner

query/encode_test.go:373–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371
372func TestValues_EmbeddedStructs(t *testing.T) {
373 type Inner struct {
374 V string
375 }
376 type Outer struct {
377 Inner
378 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected