mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-22 03:47:46 +00:00
320e9b6057
ci-via-github-actions
8 lines
101 B
Go
8 lines
101 B
Go
// +build !go1.2
|
|
|
|
package gcfg
|
|
|
|
type textUnmarshaler interface {
|
|
UnmarshalText(text []byte) error
|
|
}
|