Files
actions-sync/vendor/github.com/go-git/gcfg/go1_0.go
T

8 lines
101 B
Go
Generated

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