From 08fa116823aa0c4cf3cb355904168df2c6e793e5 Mon Sep 17 00:00:00 2001 From: Nir Soffer <nsoffer@redhat.com> Date: Sat, 24 Aug 2024 23:00:06 +0300 Subject: [PATCH] Unify indentation in example project structure --- site/content/user_guide.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/site/content/user_guide.md b/site/content/user_guide.md index f6f5adf1..7d34c389 100644 --- a/site/content/user_guide.md +++ b/site/content/user_guide.md @@ -4,13 +4,13 @@ While you are welcome to provide your own organization, typically a Cobra-based application will follow the following organizational structure: ```console - ▾ appName/ - ▾ cmd/ - add.go - your.go - commands.go - here.go - main.go +▾ appName/ + ▾ cmd/ + add.go + your.go + commands.go + here.go + main.go ``` In a Cobra app, typically the main.go file is very bare. It serves one purpose: initializing Cobra.