summaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in/gcfg.v1/go1_0.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gopkg.in/gcfg.v1/go1_0.go')
-rw-r--r--vendor/gopkg.in/gcfg.v1/go1_0.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/gopkg.in/gcfg.v1/go1_0.go b/vendor/gopkg.in/gcfg.v1/go1_0.go
new file mode 100644
index 00000000..66702107
--- /dev/null
+++ b/vendor/gopkg.in/gcfg.v1/go1_0.go
@@ -0,0 +1,7 @@
+// +build !go1.2
+
+package gcfg
+
+type textUnmarshaler interface {
+ UnmarshalText(text []byte) error
+}