Elektromarket/main.go

8 lines
83 B
Go

package main
import . "Elektromarket/initializers"
func main() {
Initialize()
}