Skip to content

Commit cc3a2ef

Browse files
author
wintrmvte
committed
Quickfix for unused file variable
1 parent 31f679c commit cc3a2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coldfire.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func Gratis(ip, username, password string, port int) {
162162
listing, err := connection.ReadDir("/")
163163
Check(err)
164164
for _, file := range listing {
165-
//file.Name()
165+
_ = file.Name()
166166
}
167167
}
168168

0 commit comments

Comments
 (0)