Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 441 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 441 Bytes

Go Handlers

Demonstration of Go handlers

Getting Started

  • Ensure you have Go language installed. Head on here
  • Clone this repository. I recommend inspecting each commit to see progress

Invoke the following command to install dependencies

$ go install

To run the go app. This one as http server

$ go run main.go

Access your api at localhost:5000/api

Enjoy! :)