clean up code

- travisci is long dead
- golangci-lint the repo
This commit is contained in:
2024-12-02 13:47:43 -08:00
parent 024d552293
commit 0dcd18c6f1
6 changed files with 9 additions and 20 deletions

View File

@@ -7,10 +7,6 @@ import (
var testKey = []byte{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20}
func newZeroHOTP() *HOTP {
return NewHOTP(testKey, 0, 6)
}
var rfcHotpKey = []byte("12345678901234567890")
var rfcHotpExpected = []string{
"755224",