Index: impl/memory/info.go |
diff --git a/impl/memory/info.go b/impl/memory/info.go |
index 432f70195ee82efab6f464cde55b466392c049af..a738b3c82c5d70e8db5248d9a6082988c4b20d0b 100644 |
--- a/impl/memory/info.go |
+++ b/impl/memory/info.go |
@@ -18,7 +18,7 @@ type giContextKeyType int |
var giContextKey giContextKeyType |
// validNamespace matches valid namespace names. |
-var validNamespace = regexp.MustCompile(`^[0-9A-Za-z._-]{0,100}$`) |
+var validNamespace = regexp.MustCompile(`^[0-9A-Za-z._-]{1,100}$`) |
var defaultGlobalInfoData = globalInfoData{ |
// versionID returns X.Y where Y is autogenerated by appengine, and X is |