summaryrefslogtreecommitdiff
path: root/vendor/github.com/pelletier/go-toml/v2/unstable/unmarshaler.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/pelletier/go-toml/v2/unstable/unmarshaler.go')
-rw-r--r--vendor/github.com/pelletier/go-toml/v2/unstable/unmarshaler.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/github.com/pelletier/go-toml/v2/unstable/unmarshaler.go b/vendor/github.com/pelletier/go-toml/v2/unstable/unmarshaler.go
deleted file mode 100644
index 00cfd6de4..000000000
--- a/vendor/github.com/pelletier/go-toml/v2/unstable/unmarshaler.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package unstable
-
-// The Unmarshaler interface may be implemented by types to customize their
-// behavior when being unmarshaled from a TOML document.
-type Unmarshaler interface {
- UnmarshalTOML(value *Node) error
-}