Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.22 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.22 KB

Golang WebApp Guide

A simple guide on golang web app development.

It starts with the very basics and slowly adds more functionality, sticking mainly with the standard golang packages, although a few external packages are used here and there. The main reason being to be more educational and not to black box things.

Each part is separated into it's own section, in the hopes of making it simpler to understand and grasp that particular section. Various sections do rely upon previous ones and but hopefully won't be terribly confusing.

Sections

Intro

There is an overview of the these sections at http://reinbach.com

Parts

License

The MIT License

Copyright (c) 2015 Greg Reinbach <http://reinbach.com/>