relocate-distro/main.go

7 lines
100 B
Go

package main
import "github.com/rdesaintleger/relocate-distro/cmd"
func main() {
cmd.Execute()
}