OSDN Git Service

fix commands
[bytom/shuttle.git] / vendor / github.com / bytom / vendor / github.com / stretchr / testify / vendor / github.com / stretchr / objx / constants.go
diff --git a/vendor/github.com/bytom/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/constants.go b/vendor/github.com/bytom/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/constants.go
new file mode 100644 (file)
index 0000000..f9eb42a
--- /dev/null
@@ -0,0 +1,13 @@
+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 = "_"
+)