mirror of
https://github.com/amigan/aim-oscar-server.git
synced 2024-11-21 20:19:47 -05:00
remove unncessary global
This commit is contained in:
parent
a5d86c47e5
commit
0b40a2d6cf
1 changed files with 0 additions and 2 deletions
2
main.go
2
main.go
|
@ -26,8 +26,6 @@ const (
|
||||||
SRV_ADDRESS = SRV_HOST + ":" + SRV_PORT
|
SRV_ADDRESS = SRV_HOST + ":" + SRV_PORT
|
||||||
)
|
)
|
||||||
|
|
||||||
var db *bun.DB
|
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// Set up the DB
|
// Set up the DB
|
||||||
sqldb, err := sql.Open(sqliteshim.ShimName, "file::memory:?cache=shared")
|
sqldb, err := sql.Open(sqliteshim.ShimName, "file::memory:?cache=shared")
|
||||||
|
|
Loading…
Reference in a new issue