Skip to content

Commit

Permalink
Unify indentation in example project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
nirs committed Aug 24, 2024
1 parent 4220a0b commit 08fa116
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions site/content/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 08fa116

Please sign in to comment.