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