Hal De hace 3 años
padre
commit
3a6ea6ec9f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -52,7 +52,7 @@ func getDBConnectionParams() (string, error) {
   }
 
   con = fmt.Sprintf("%s:%s@tcp(%s)/%s", res["AMPDBUSER"], res["AMPDBPASS"], res["AMPDBHOST"], res["AMPDBNAME"])
-
+  fmt.Fprintf(os.Stderr, "%s:%s@tcp(%s)/%s", res["AMPDBUSER"], res["AMPDBPASS"], res["AMPDBHOST"], res["AMPDBNAME"])
   return con, nil
 }