NewDecoder returns a new Decoder instance.
()
| 18 | |
| 19 | // NewDecoder returns a new Decoder instance. |
| 20 | func NewDecoder() Decoder { |
| 21 | return Decoder{} |
| 22 | } |
| 23 | |
| 24 | // FromString decodes from string. |
| 25 | func (d Decoder) FromString(s string) Decoder { |
no outgoing calls
searching dependent graphs…