mirror of
https://github.com/nxshock/gron.git
synced 2024-11-27 03:41:00 +05:00
8 lines
128 B
Go
8 lines
128 B
Go
package main
|
|
|
|
import (
|
|
_ "github.com/denisenkom/go-mssqldb"
|
|
_ "github.com/jackc/pgx/stdlib"
|
|
_ "github.com/sijms/go-ora/v2"
|
|
)
|