Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 570 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 570 Bytes

basic-go-web-app

This is a template repository for a basic go web application. This template does not use any frameworks and sticks to the bare necessities from the standard library as much as possible.

I have found this pattern to be very effective for POCs or early stage designing of an app.

Some resources I have found useful in building this and many other go web apps: