# README
go-online
Sample go web app using the GoLang example: http://golang.org/doc/articles/wiki/final.go
to run
$ go build site.go $ PORT=3000 ./site
Sample go web app using the GoLang example: http://golang.org/doc/articles/wiki/final.go
$ go build site.go $ PORT=3000 ./site