feat: switch glide to govendor. (#186)
* feat: switch glide to govendor. * fix: testing
This commit is contained in:
7
vendor/gopkg.in/redis.v5/internal/safe.go
generated
vendored
Normal file
7
vendor/gopkg.in/redis.v5/internal/safe.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build appengine
|
||||
|
||||
package internal
|
||||
|
||||
func BytesToString(b []byte) string {
|
||||
return string(b)
|
||||
}
|
||||
Reference in New Issue
Block a user