#716 - Removed useless libraries in readme (#717)

Signed-off-by: Federico <federico@imaginecurve.com>
This commit is contained in:
Federico 2018-07-22 22:56:44 +01:00 committed by Eric Paris
parent a114f312e0
commit 7c4570c3eb

View file

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