Merge pull request #9 from aerth/const2var
Consider allowing compiler to reassign the value of ProgramName
This commit is contained in:
commit
f2d0291391
@ -11,7 +11,7 @@ import (
|
||||
/*
|
||||
ProgramName is the name of the program
|
||||
*/
|
||||
const ProgramName = "boltbrowser"
|
||||
var ProgramName = "boltbrowser"
|
||||
|
||||
var databaseFile string
|
||||
var db *bolt.DB
|
||||
|
Loading…
Reference in New Issue
Block a user