Remove unneeded imports from README.md example (#767)

This commit is contained in:
Garret Kelly 2018-10-18 10:37:54 -04:00 committed by Eric Paris
parent 8d114be902
commit 40172f1635
1 changed files with 0 additions and 3 deletions

View File

@ -262,9 +262,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"
) )