summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/objx/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/stretchr/objx/constants.go')
-rw-r--r--vendor/github.com/stretchr/objx/constants.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/stretchr/objx/constants.go b/vendor/github.com/stretchr/objx/constants.go
deleted file mode 100644
index f9eb42a25..000000000
--- a/vendor/github.com/stretchr/objx/constants.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package objx
-
-const (
- // PathSeparator is the character used to separate the elements
- // of the keypath.
- //
- // For example, `location.address.city`
- PathSeparator string = "."
-
- // SignatureSeparator is the character that is used to
- // separate the Base64 string from the security signature.
- SignatureSeparator = "_"
-)