diff --git a/README.md b/README.md index ce96133be..a5102eb84 100644 --- a/README.md +++ b/README.md @@ -262,9 +262,6 @@ In a Cobra app, typically the main.go file is very bare. It serves, one purpose, package main import ( - "fmt" - "os" - "{pathToYourApp}/cmd" )