forked from TrueCloudLab/frostfs-sdk-go
[#47] .golangci.yml: Unify with other FrostFS repos
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
4fa52312c7
commit
708d933fe3
9 changed files with 39 additions and 12 deletions
|
@ -8,6 +8,8 @@ func setBit(num *uint32, n uint8) {
|
|||
}
|
||||
|
||||
// resets n-th bit in num (starting at 0).
|
||||
//
|
||||
// nolint: unused
|
||||
func resetBit(num *uint32, n uint8) {
|
||||
var mask uint32
|
||||
setBit(&mask, n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue