mirror of
https://gitlab.com/commento/commento.git
synced 2025-04-29 06:50:28 -04:00
8 lines
57 B
Go
8 lines
57 B
Go
package main
|
|
|
|
import (
|
|
"database/sql"
|
|
)
|
|
|
|
var db *sql.DB
|