package main import ( . "Karma-Telegram-Bot/Database" "fmt" ) func main() { fmt.Println("Go Fast!!") DbHandler.ConnectToDb() }