SandpointsGitHook/vendor/github.com/go-git/gcfg/go1_0.go
2021-03-20 23:21:23 +01:00

7 lines
101 B
Go

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