1
0
Fork 0
golang-golang-x-mobile/bind/testdata/issue12403.go

7 lines
104 B
Go
Raw Normal View History

package issue12403
type Parsable interface {
FromJSON(jstr string) string
ToJSON() (string, error)
}