Example #1
0
// FromTag returns the pipe for a given field tag.
func FromTag(t *structs.Tag) *Codec {
	return codecs[t.CodecName()]
}