Init Project
This commit is contained in:
9
main/main.go
Normal file
9
main/main.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"nCovTrack-Backend/initialize"
|
||||
)
|
||||
|
||||
func main() {
|
||||
initialize.Initialize()
|
||||
}
|
||||
Reference in New Issue
Block a user