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