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