go #49

Merged
niggl merged 96 commits from go into main 2024-12-12 15:11:31 +00:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit a1ba28cacb - Show all commits

View File

@ -1,3 +1,3 @@
tmp tmp
docker-compose.yaml docker-compose.yaml
.air.toml .air*.toml

View File

@ -41,7 +41,14 @@ docker compose -f docker-compose.dev.yaml up
> Install air via `go install github.com/air-verse/air@latest` > Install air via `go install github.com/air-verse/air@latest`
```shell ```shell
# With the default air config
air air
# With the config for linux/macOS
air -c .air.linux.toml
# With the config for windows
air -c .air.windows.toml
``` ```
### ✒️ Update the swagger docs ### ✒️ Update the swagger docs