Writing Web Applications - The Go Programming Language
This tutorial use the Go standard library to write an web app and serve simple html.
- install the go using brew
brew install go
- install dependency
go get -u github.com/go-sql-driver/mysql
go get -u github.com/aws/aws-sdk-go/aws
- build and run
go build
go ./gowiki