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