k3s/vendor/gopkg.in/gcfg.v1/go1_0.go
Darren Shepherd 8031137b79 Update vendor
2019-08-30 23:08:05 -07:00

8 lines
101 B
Go

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