repository
0.0.0-20220131081325-7bbeaa0e2e07
Repository: https://github.com/aseegull/edriver-space.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
eDriver Space
Recommended workspace layout
Please use layered architecture The main point is that layers should be isolated from one another and changes in one layer should affect this and possibly another associated layer.
├─ src (or however you'll name your root directory)
│ ├─ edriver-space (root of current repository)
│ ├─ docs
│ ├─ cmd
│ ├─ app/ main.go (<-- program entry point)
│ ├─ conf
│ ├─ handlers
│ ├─ migrations
│ ├─ model
│ ├─ strorage
│ ├─ parking
│ ├ docker-compose.yaml
│ ├─ edriver-space-webapp (root of [this](https://github.com/ASeegull/edriver-space-webapp) repository)
│ ├─ edriver-space-aggregator (root of [this](https://github.com/ASeegull/edriver-space-aggregator) repository)