MCPcopy Index your code
hub / github.com/go-dev-frame/sponge / codec

Struct codec

pkg/encoding/encoding_test.go:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88type codec struct{}
89
90func (c codec) Marshal(v interface{}) ([]byte, error) {
91 return []byte{}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected