|
|
@ -36,12 +36,12 @@ const ( |
|
|
|
softwareURL = "https://writefreely.org" |
|
|
|
softwareURL = "https://writefreely.org" |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
// Software version can be set from git env using -ldflags
|
|
|
|
|
|
|
|
var softwareVer = "0.3" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var ( |
|
|
|
var ( |
|
|
|
debugging bool |
|
|
|
debugging bool |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Software version can be set from git env using -ldflags
|
|
|
|
|
|
|
|
softwareVer = "0.3" |
|
|
|
|
|
|
|
|
|
|
|
// DEPRECATED VARS
|
|
|
|
// DEPRECATED VARS
|
|
|
|
// TODO: pass app.cfg into GetCollection* calls so we can get these values
|
|
|
|
// TODO: pass app.cfg into GetCollection* calls so we can get these values
|
|
|
|
// from Collection methods and we no longer need these.
|
|
|
|
// from Collection methods and we no longer need these.
|
|
|
|