Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Jan 6, 2024
1 parent e3fdd5a commit 81a313a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,34 @@ TBD
- Browse automatically generated program documentation:
- `godoc --http=localhost:8080`



## Directory

```bash
├── build build script
├── cmd user cli/env parser
├── config config for app
│   ├── data data for app running
│   ├── define define for app launch
│   └── model data model for app
├── docker docker
├── embed resource (assets, template) for web
├── internal
│   ├── auth user login
│   ├── fn fn utils
│   ├── logger logger
│   ├── misc
│   │   ├── deprecated
│   │   ├── health
│   │   └── redir
│   ├── pages
│   │   ├── editor
│   │   ├── guide
│   │   └── home
│   ├── resources static resource after minify
│   ├── server
│   ├── settings
│   └── version
└── main.go
```

0 comments on commit 81a313a

Please sign in to comment.