#65: Added number(), parse() and more for data parsing

This commit is contained in:
frikky
2020-06-18 11:15:52 +02:00
parent 96b5998ce0
commit 482b498a98
7 changed files with 304 additions and 57 deletions
+2 -1
View File
@@ -6130,7 +6130,8 @@ func init() {
var err error
ctx := context.Background()
log.Printf("Running INIT process")
log.Printf("Starting Shuffle backend - initializing database connection")
// option.WithoutAuthentication
dbclient, err = datastore.NewClient(ctx, gceProject)
if err != nil {
panic(fmt.Sprintf("DBclient error during init: %s", err))