package main import ( "fmt" "sevenkeys/database" ) func main() { db := database.GetDatabaseFromConfig("config.json") fmt.Println(db) }