/golang-wiki

practice writing a basic web app in Go

Primary LanguageGo

###Go (Golang) practice:

  • Creating a data structure with load and save methods
  • Using the net/http package to build web applications
  • Using the html/template package to process -HTML templates
  • Using the regexp package to validate user input
  • Using closures