1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-06 15:23:20 +00:00
forgejo/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
}