zalando / go-keyring

Cross-platform keyring interface for Go
MIT License
811 stars 82 forks source link

Fix staticcheck errors #78

Closed erdaltsksn closed 1 year ago

erdaltsksn commented 1 year ago

(S1025): keyring_darwin.go the argument's underlying type is a slice of bytes, should use a simple conversion instead of fmt.Sprintf

(ST1005): keyring_fallback.go error strings should not be capitalized

mikkeloscar commented 1 year ago

:+1:

szuecs commented 1 year ago

:+1: