Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 444 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 444 Bytes

Single-route REST API written purely in Go

This is a simple, single-route, REST API service written purely in Go. No external dependencies added. After starting several apps from scratch, I decided to create this place holder for reuse.

Note: All the files besides main.go were placed within the vendor folder to avoid using relative paths. Feel free to move it into a /src directory, just remember to change the package locations.