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