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