blob: 17bc1c96da88c437b35175f661a3184e41b501ba [file] [log] [blame]
This repository holds the Go Blog server code and content.
To submit changes to this repository, see http://golang.org/doc/contribute.html.
To run the blog server locally:
go build -o blog.exe ./blog
./blog.exe
and then visit http://localhost:8080/.