9 lines
149 B
Markdown
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 .
|
|
``` |