fmt: Ineffectual assignment

This commit is contained in:
jamesread
2022-11-13 14:23:35 +04:00
parent 66370508ff
commit 49cb2e5c0a

View File

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