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

Struct unexported

query/encode_test.go:386–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384 V string
385 }
386 type unexported struct {
387 Inner
388 V string
389 }
390 type Exported struct {
391 unexported
392 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected