From 214c736c639fbe7aa697e24ac60af3b4d5ce26ab Mon Sep 17 00:00:00 2001 From: Federico Date: Sat, 21 Jul 2018 11:47:03 +0100 Subject: [PATCH] #716 - Removed useless libraries in readme 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" )