diff --git a/Go/cmd/globeboard/app_test.go b/Go/cmd/globeboard/app_test.go
index 3f7bfbdd1b6836a63de748c6a8b3b569615dbde2..a381d39701d2f0b4e7f444069597bbc3def23870 100644
--- a/Go/cmd/globeboard/app_test.go
+++ b/Go/cmd/globeboard/app_test.go
@@ -33,7 +33,7 @@ func fileExistsTest(filename string) bool {
 
 func init() {
 	if !fileExistsTest(os.Getenv("FIREBASE_CREDENTIALS_FILE")) {
-		log.Panic("Firebase Credentials file is not mounted:", os.Getenv("FIREBASE_CREDENTIALS_FILE"))
+		log.Panic("Firebase Credentials file is not mounted: ", os.Getenv("FIREBASE_CREDENTIALS_FILE"))
 	}
 	err := os.Setenv("GO_ENV", "test")
 	if err != nil {