DEBSOURCES
Skip Quicknav
sources / golang-golang-x-mobile / 0.0~git20250520.a1d9079%2Bdfsg-2 / bind / testdata / issue12403.go
123456
package issue12403 type Parsable interface { FromJSON(jstr string) string ToJSON() (string, error) }