mirror of
https://github.com/SamTherapy/dnscrypt.git
synced 2024-12-03 17:39:02 +00:00
fix(lint): Add proper nolint to poly1305
This commit is contained in:
parent
347916f388
commit
75da7c00a0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
"errors"
|
||||
|
||||
"golang.org/x/crypto/chacha20"
|
||||
"golang.org/x/crypto/poly1305"
|
||||
"golang.org/x/crypto/poly1305" //nolint:staticcheck // This is used as the building block on purpose
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in a new issue