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