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