fmt: Ineffectual assignment

This commit is contained in:
jamesread 2022-11-13 14:23:35 +04:00
parent 66370508ff
commit 49cb2e5c0a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ var AvailableVersion = "none"
var CurrentVersion = "?" var CurrentVersion = "?"
func installationID(filename string) string { func installationID(filename string) string {
content := "unset" var content string
contentBytes, err := ioutil.ReadFile(filename) contentBytes, err := ioutil.ReadFile(filename)
if err != nil { if err != nil {