mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-09 14:19:19 +08:00
8 lines
101 B
Go
Vendored
8 lines
101 B
Go
Vendored
// +build !go1.2
|
|
|
|
package gcfg
|
|
|
|
type textUnmarshaler interface {
|
|
UnmarshalText(text []byte) error
|
|
}
|