Skip to content

Files

Latest commit

2c4d128 · Sep 18, 2024

History

History

_examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 28, 2021
Feb 28, 2021
Oct 19, 2023
May 2, 2023
Feb 28, 2021
Oct 19, 2023
Oct 21, 2023
Oct 19, 2023
Feb 28, 2021
Oct 19, 2023
Sep 18, 2024
Jan 9, 2019
Nov 28, 2020

chi examples

Usage

  1. go get -v -d -u ./... - fetch example deps
  2. cd <example>/ ie. cd rest/
  3. go run *.go - note, example services run on port 3333
  4. Open another terminal and use curl to send some requests to your example service, curl -v http://localhost:3333/
  5. Read /main.go source to learn how service works and read comments for usage