1
0
Fork 0
mirror of https://github.com/spf13/cobra synced 2025-07-07 19:47:18 +00:00

README: Remove Unneeded Newline ()

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