Remove old connstring var

pull/3/head
Stein Ivar Berghei 2022-11-19 17:18:41 +01:00
parent d11799c5f7
commit 7e7b4ea8f8
1 changed files with 0 additions and 4 deletions

4
db.go
View File

@ -8,10 +8,6 @@ import (
"github.com/jackc/pgx/v5"
)
var (
connstring = "host=localhost user=steino dbname=dndmusicbot sslmode=disable"
)
func init() {
log.Println("db.go loading..")
var err error