Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-25 11:16:11 +01:00
forgejo/vendor/github.com/go-git/gcfg/go1_0.go
2020-03-17 12:19:58 -04:00

8 lines
101 B
Go

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