diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ 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/. |