1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-07 10:35:48 +00:00
gitea/vendor/github.com/go-git/gcfg/go1_2.go
2020-03-17 12:19:58 -04:00

10 lines
101 B
Go

// +build go1.2
package gcfg
import (
"encoding"
)
type textUnmarshaler encoding.TextUnmarshaler