Files
2020-07-02 19:36:10 +01:00

8 lines
101 B
Go
Generated

// +build !go1.2
package gcfg
type textUnmarshaler interface {
UnmarshalText(text []byte) error
}