Follow these steps to run the examples:
- Clone this repository
- Open a terminal and go into the
examples
directory - Run
go run . <handler type> <name of the file without extension>
Example: go run . api_key gin
Check the api.http file (use it with VS Code REST Client
extension).