Remove unneeded imports from README.md example

This commit is contained in:
Garret Kelly 2018-10-17 21:10:33 -04:00
parent 8d114be902
commit a7319a1a97

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"
) )