zalando / go-keyring

Cross-platform keyring interface for Go
MIT License
881 stars 86 forks source link

Fix staticcheck errors #78

Closed erdaltsksn closed 2 years ago

erdaltsksn commented 2 years 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 2 years ago

:+1:

szuecs commented 2 years ago

:+1: