1
0
Fork 0
mirror of https://github.com/Luzifer/vault-totp.git synced 2024-12-22 22:01:19 +00:00

Fix: GoSimple linter warning

This commit is contained in:
Knut Ahlers 2017-01-04 22:48:50 +01:00
parent edafa68d44
commit 5dc8ddddb5
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
2 changed files with 4 additions and 1 deletions

View file

@ -2,3 +2,6 @@ ci:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh
test:
gometalinter --deadline 20s --cyclo-over=15

View file

@ -153,7 +153,7 @@ func getSecretsFromVault() ([]token, error) {
}
}
scanPool = scanPool[1:len(scanPool)]
scanPool = scanPool[1:]
}
} else {