OSDN Git Service

Thanos did someting
[bytom/vapor.git] / vendor / github.com / stretchr / testify / vendor / github.com / stretchr / objx / constants.go
diff --git a/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/constants.go b/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/constants.go
deleted file mode 100644 (file)
index f9eb42a..0000000
+++ /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 = "_"
-)