We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600726b commit a982e10Copy full SHA for a982e10
README.md
@@ -85,7 +85,7 @@ will be available on - [http://localhost:4102](http://localhost:4102)
85
### Generate code from openapi schema
86
87
```shell
88
- oapi-codegen -generate models,chi -o internal/app/server/server.gen.go --package routers api/openapi.yaml
+oapi-codegen -generate models,chi -o internal/app/server/server.gen.go --package routers api/openapi.yaml
89
```
90
91
## DataBase
@@ -140,5 +140,5 @@ $ export PATH="$PATH:$HOME/bin:$HOME/go/bin"
140
141
$ make run-db
142
$ psql postgresql://postgres:postgres@localhost:4112/ctf01d_training_platform
143
-ctf01d_training_platform=#
144
-```
+ctf01d_training_platform=#
+```
0 commit comments