workgroups/vendor/github.com/go-git/gcfg/go1_2.go

10 lines
101 B
Go
Raw Normal View History

2021-09-24 17:34:17 +02:00
// +build go1.2
package gcfg
import (
"encoding"
)
type textUnmarshaler encoding.TextUnmarshaler