]> Sergey Matveev's repositories - sgblog.git/blob - common.go
73ed5e5a158dfe7af4d9e5f8fa98a2af3eb602f5
[sgblog.git] / common.go
1 // SGBlog -- Git-backed CGI/inetd blogging/phlogging engine
2 package sgblog
3
4 const (
5         Version = "0.11.0"
6         WhenFmt = "2006-01-02 15:04:05Z07:00"
7 )