1
0
Fork 0
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:
Sam Therapy 2023-05-03 21:50:07 +02:00
parent 347916f388
commit 75da7c00a0
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -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 (