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