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