GitXplorerGitXplorer
c

step-by-step-go-web-app

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
c9674f21a316fe740f616397c00bc79a0a17e415

use h5 for explanation and terminal headers

cchris-ramon committed 9 years ago
Unverified
05119fb43b78d4344d4060ce6679ad9b31531e89

visual improvements on step-1

cchris-ramon committed 9 years ago
Unverified
207e7df3c0f2e9491b82573bf665bb7a7a988538

ui improvements on step-1

cchris-ramon committed 9 years ago
Unverified
a3ae0dbc479cd2cc035f1c4e759631642bd10f2b

improves readability on step-1

cchris-ramon committed 9 years ago
Unverified
7a828452f63c186ab6b577e8deeca125c23e85eb

removes summary

cchris-ramon committed 9 years ago
Unverified
bee7cc7644a9bd01c20025c30c8d232064a644b0

adds step-2 section

cchris-ramon committed 9 years ago

README

The README file for this repository.

go-workshop

A step by step tutorial of how to build a web app with Go, currently being written in Spanish.

Roadmap

  • [ ] Write all the steps.
  • [ ] Deploy latest working version.
  • [ ] Translate steps to English.
  • project files and dirs
  • introduction to package and import
  • basic web server
  • net/http handler usage
  • log usage
  • text/template new, parse & execute
  • introduction to errors
  • map usage