Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Examples

Follow these steps to run the examples:

  1. Clone this repository
  2. Open a terminal and go into the examples directory
  3. 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).