Files
esdi/main.go
T

9 lines
109 B
Go

package main
import "esdi/cmd"
func main() {
// Launches the cobra package stuff
cmd.Execute()
}