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