Removed explicit type for showVersion var.
This commit is contained in:
parent
dc52b7b3be
commit
5bf80666d6
@ -24,7 +24,7 @@ var (
|
||||
mostListenedSongPath = flag.String("mls-file", "/mnt/data/appdata/mostlistenedsong", "path to a file that stores info about the most listened song")
|
||||
songListLen = flag.Int("lst-len", 10, "number of songs to show in last N songs table")
|
||||
|
||||
showVersion *bool = flag.Bool("v", false, "show version")
|
||||
showVersion = flag.Bool("v", false, "show version")
|
||||
)
|
||||
|
||||
var version string
|
||||
|
Loading…
Reference in New Issue
Block a user