a090770b73
I know this is a huge commit, but I can't be bothered to check this in part by part.
8 lines
57 B
Go
8 lines
57 B
Go
package main
|
|
|
|
import (
|
|
"database/sql"
|
|
)
|
|
|
|
var db *sql.DB
|