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