mirror of
https://gitea.com/gitea/runner.git
synced 2026-07-08 16:06:49 +08:00
320e9b6057
ci-via-github-actions
10 lines
101 B
Go
10 lines
101 B
Go
// +build go1.2
|
|
|
|
package gcfg
|
|
|
|
import (
|
|
"encoding"
|
|
)
|
|
|
|
type textUnmarshaler encoding.TextUnmarshaler
|