Files
go-fiber-template/README.md
2024-01-10 21:20:45 +01:00

9 lines
149 B
Markdown

# go-fiber-template
Template for Go Fiber
## Documentation
To update the documentation, run:
```
swag init -g server.go --output apidocs --md .
```