Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
accountserver
Commits
377d120b
Commit
377d120b
authored
Jun 28, 2018
by
ale
Browse files
Remove lint warning
parent
77eae37d
Changes
1
Hide whitespace changes
Inline
Side-by-side
validators.go
View file @
377d120b
...
...
@@ -109,7 +109,7 @@ func loadStringSetFromFile(path string) (stringSet, error) {
if
err
!=
nil
{
return
stringSet
{},
err
}
defer
f
.
Close
()
defer
f
.
Close
()
// nolint: errcheck
var
list
[]
string
scanner
:=
bufio
.
NewScanner
(
f
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment