mirror of
https://github.com/kopia/kopia.git
synced 2026-07-02 17:55:54 -04:00
- upgrade to golangci-lint 2.6.1 - updates for gosec - updates for govet - updates for perfsprint - updates modernize Leaves out modernize:omitempty due to conflicts with tests
6 lines
65 B
Go
6 lines
65 B
Go
//go:build !race
|
|
|
|
package testutil
|
|
|
|
const isRaceDetector = false
|