1
0
mirror of https://github.com/packwiz/packwiz.git synced 2025-04-29 01:26:29 +02:00
2021-12-28 16:28:34 +00:00

14 lines
236 B
Go

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