Update README.md

This commit is contained in:
Davide Bianchi
2023-06-01 16:23:37 +02:00
committed by GitHub
parent 9fac1c3a4f
commit 39f8f916d1

View File

@@ -25,6 +25,14 @@ To convert struct to schemas, we use [jsonschema] library.
The struct must contains the appropriate struct tags to be inserted in json schema to generate the schema dynamically.
It is always possible to add a totally custom swagger schema using [kin-openapi].
## Install
To use it, install with
```sh
go get github.com/davidebianchi/gswagger
```
## Usage
An example usage of this lib with gorilla mux: