initial import

This commit is contained in:
Олег Бородин
2024-01-16 10:34:41 +02:00
parent 12ba2a7974
commit b81d550442

View File

@@ -1,4 +1,20 @@
# Some thing
# SwaggerUI usage example
### Install swag
```
go get -u github.com/swaggo/swag/cmd/swag
go install github.com/swaggo/swag/cmd/swag
```
### Run
```
./configure --enable-devel-mode
make swag run
```
### View
```
http://localhost:8080/api/docs/
```