From 7c4570c3ebeb8129a1f7456d0908a8b676b6f9f1 Mon Sep 17 00:00:00 2001 From: Federico Date: Sun, 22 Jul 2018 22:56:44 +0100 Subject: [PATCH] #716 - Removed useless libraries in readme (#717) Signed-off-by: Federico --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 851fcc08..da256087 100644 --- a/README.md +++ b/README.md @@ -152,8 +152,6 @@ In a Cobra app, typically the main.go file is very bare. It serves one purpose: package main import ( - "fmt" - "os" "{pathToYourApp}/cmd" )