go get -v
go get -v goose
goose -dir migrations mysql "$DBUSER:$DBPASSWORD@/user_sso" up
$ touch creds.json
Add your Google API application Id and secret in creds.json with format
{
"cid": "{$APPLICATIONID}",
"csecret" : "{$APPLICATIONSECRET}"
}
go run main.go -dbUrl="$DBUSER:$DBPASSWORD@tcp(127.0.0.1:3306)/user_sso" -port="9090" -baseUrl="http://localhost"