4
0
Fork 0
mirror of https://github.com/rocky-linux/peridot.git synced 2025-01-11 05:26:52 +00:00
peridot/vendor/github.com/go-git/gcfg/go1_2.go
2022-07-07 22:13:21 +02:00

9 lines
101 B
Go

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