This commit is contained in:
merdan 2023-05-03 13:38:31 +05:00
parent 26f5ca2034
commit ac051b1987
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
package main
import (
"fmt"
"gorm.io/driver/mysql"
"gorm.io/gorm"
"log"
@ -14,6 +15,8 @@ import (
func main() {
fmt.Println("main started")
// Retrieve database connection information from environment variables
dsn := os.Getenv("BAZA")
log.Println(dsn)