/go-handlers

Demonstration of Go handlers

Primary LanguageGo

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! :)