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, 0 insertions, 7 deletions
diff --git a/vendor/gopkg.in/gcfg.v1/go1_0.go b/vendor/gopkg.in/gcfg.v1/go1_0.go
deleted file mode 100644
index 66702107..00000000
--- a/vendor/gopkg.in/gcfg.v1/go1_0.go
+++ /dev/null
@@ -1,7 +0,0 @@
-// +build !go1.2
-
-package gcfg
-
-type textUnmarshaler interface {
- UnmarshalText(text []byte) error
-}