Skip to content

DominikDary/golang-webapp-guide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/>

About

A simple guide on golang web app development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 60.7%
  • HTML 36.3%
  • Makefile 1.8%
  • CSS 1.2%