mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-14 18:44:16 +00: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
|
|
}
|