Files
kopia/cli/password_other.go
Nathan Baulch 657fda216a chore(ci): upgrade to golangci-lint 2.6.1 (#4973)
- 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
2025-11-11 21:27:10 -08:00

12 lines
209 B
Go

//go:build !windows && !linux && !darwin
package cli
import (
"github.com/alecthomas/kingpin/v2"
)
//nolint:revive
func (c *App) setupOSSpecificKeychainFlags(svc appServices, app *kingpin.Application) {
}