Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fanchann committed Aug 26, 2023
1 parent e2b9edc commit f277af0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ Structure reference
├── cmd
│   └── main.go
├── config
│   └── toml_reader.go // -> filename follows your configuration
├── config.toml
│   ├── postgres.go ## -> filename follows your configuration
│   └── yaml_reader.go ## -> filename follows your configuration
├── config.yaml
├── docker-compose.yaml
├── go.mod
├── lib
│   └── mysql.go // -> filename follows your configuration
├── go.sum
└── utils
```
## Running Your App
Expand Down

0 comments on commit f277af0

Please sign in to comment.