README: Remove Unneeded Newline (#746)

This commit is contained in:
Alex Mayer 2018-09-15 18:22:04 -04:00 committed by Eric Paris
parent 99dc123558
commit 8d114be902

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