1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-26 21:25:48 +00:00
gitea/vendor/github.com/go-git/gcfg/go1_0.go

8 lines
101 B
Go

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