From 750b5745d1d819da97ddb72a96988dba5857824e Mon Sep 17 00:00:00 2001 From: g1stavo Date: Sat, 15 Aug 2020 12:39:07 -0300 Subject: [PATCH] Remove duplicate reference to main.go --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 53d174c7..329b48b4 100644 --- a/README.md +++ b/README.md @@ -131,20 +131,6 @@ application will follow the following organizational structure: main.go ``` -In a Cobra app, typically the main.go file is very bare. It serves one purpose: initializing Cobra. - -```go -package main - -import ( - "{pathToYourApp}/cmd" -) - -func main() { - cmd.Execute() -} -``` - ## Using the Cobra Generator Cobra provides its own program that will create your application and add any