Skip to content

jcvilap/go-rest-api-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages