WWWShop/main.go

10 lines
90 B
Go

package main
import (
"WWWShop/wwwshop"
)
func main() {
wwwshop.New().Init();
}