mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-19 19:17:01 -07:00
7 lines
93 B
Go
7 lines
93 B
Go
package main
|
|
|
|
import "github.com/OpenCHAMI/configurator/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|