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