mirror of
https://github.com/PretendoNetwork/friends.git
synced 2026-03-28 21:24:33 -05:00
7 lines
72 B
Go
7 lines
72 B
Go
package database
|
|
|
|
func Connect() {
|
|
connectMongo()
|
|
connectPostgres()
|
|
}
|