7 lines
85 B
Go
7 lines
85 B
Go
package main
|
|
|
|
func main() {
|
|
// Launches the cobra package stuff
|
|
Execute()
|
|
}
|