mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Signed-off-by: Federico <federico@imaginecurve.com>
This commit is contained in:
parent
a114f312e0
commit
7c4570c3eb
1 changed files with 0 additions and 2 deletions
|
@ -152,8 +152,6 @@ In a Cobra app, typically the main.go file is very bare. It serves one purpose:
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"os"
|
|
||||||
|
|
||||||
"{pathToYourApp}/cmd"
|
"{pathToYourApp}/cmd"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue