Skip to content

tung/goblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Blog

A proof-of-concept blog written in Go, that new language out of Google. It has no backing store, so if you kill the server, your entries and comments are gone forever.

Compiling

Presuming you’re using the i386 architecture

$ 8g      models.go
$ 8g -I . views.go
$ 8g -I . goblog.go
$ 8l -o goblog *.8

Running

$ ./goblog

This runs the blog on <localhost:12345/blog>. Just Ctrl-C if you want to stop it.

– Tung Nguyen

About

A proof-of-concept blog written in Google Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published