Skip to content

Commit 282ce8e

Browse files
committed
Merge pull request #8 from nak3/use-const
[fix] Use const values for filenames
2 parents b9ba679 + 99b9a76 commit 282ce8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/install.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"path/filepath"
1111
)
1212

13-
var (
13+
const (
1414
tmpZipFile = "tmp.zip"
1515
dbFile = "dingo.db"
1616
)

0 commit comments

Comments
 (0)