9 lines
109 B
Go
9 lines
109 B
Go
package main
|
|
|
|
import "esdi/cmd"
|
|
|
|
func main() {
|
|
// Launches the cobra package stuff
|
|
cmd.Execute()
|
|
}
|