1
0
mirror of https://github.com/packwiz/packwiz.git synced 2025-05-02 18:46:31 +02:00
2019-09-16 21:44:40 +01:00

12 lines
157 B
Go

package main
import (
// Modules of packwiz
"github.com/comp500/packwiz/cmd"
_ "github.com/comp500/packwiz/curseforge"
)
func main() {
cmd.Execute()
}