From 8d114be902bc9f08717804830a55c48378108a28 Mon Sep 17 00:00:00 2001 From: Alex Mayer Date: Sat, 15 Sep 2018 18:22:04 -0400 Subject: [PATCH] README: Remove Unneeded Newline (#746) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d503f85c..ce96133b 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,6 @@ In a Cobra app, typically the main.go file is very bare. It serves one purpose: package main import ( - "{pathToYourApp}/cmd" )