mirror of
https://github.com/PretendoNetwork/super-mario-maker.git
synced 2026-08-02 16:35:36 -05:00
7 lines
76 B
Go
7 lines
76 B
Go
package database
|
|
|
|
func ConnectAll() {
|
|
connectMongo()
|
|
connectCassandra()
|
|
}
|