Add more comments

This commit is contained in:
Zachary Yedidia
2018-01-04 17:14:51 -05:00
parent 275bce7d69
commit d82867ee53
9 changed files with 24 additions and 4 deletions

View File

@@ -44,8 +44,10 @@ var (
// Version is the version number or commit hash
// These variables should be set by the linker when compiling
Version = "0.0.0-unknown"
CommitHash = "Unknown"
Version = "0.0.0-unknown"
// CommitHash is the commit this version was built on
CommitHash = "Unknown"
// CompileDate is the date this binary was compiled on
CompileDate = "Unknown"
// The list of views