mirror of
https://github.com/go-gitea/gitea
synced 2025-01-02 13:04:36 +01:00
7 lines
101 B
Go
Vendored
7 lines
101 B
Go
Vendored
// +build !go1.2
|
|
|
|
package gcfg
|
|
|
|
type textUnmarshaler interface {
|
|
UnmarshalText(text []byte) error
|
|
}
|