mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
8 lines
135 B
Go
8 lines
135 B
Go
package main
|
|
|
|
import "git.rwth-aachen.de/acs/public/villas/villasweb-backend-go/common"
|
|
|
|
func main() {
|
|
// Testing
|
|
common.StartDB()
|
|
}
|