README: Remove Unneeded Newline

This commit is contained in:
Alex Mayer 2018-09-15 12:17:28 -04:00
parent 99dc123558
commit 2c03721526

View file

@ -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"
)