Sign in
go
/
mobile
/
c58ccf4b0c872b591d01fb9385f3cc4a71edfc49
/
.
/
bind
/
testdata
/
issue12403.go
blob: bf55567651eadcf8ff355dae95f609802ef95dca [
file
]
package issue12403
type Parsable interface {
FromJSON(jstr string) string
ToJSON() (string, error)
}