From 40172f1635de1c5888b70b1917dd9a6b2ffd46c6 Mon Sep 17 00:00:00 2001 From: Garret Kelly Date: Thu, 18 Oct 2018 10:37:54 -0400 Subject: [PATCH] Remove unneeded imports from README.md example (#767) --- README.md | 3 --- 1 file changed, 3 deletions(-) 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" )