0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-09 02:42:21 +02:00
gitea/vendor/github.com/go-git/gcfg/go1_0.go
2020-03-17 12:19:58 -04:00

7 lines
101 B
Go

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