Configure golangci-lint and fix warnings
This commit is contained in:
parent
ecd1846975
commit
2e467b3d2e
20 changed files with 915 additions and 559 deletions
|
|
@ -6,9 +6,9 @@ import (
|
|||
|
||||
type CryptoSystem struct {
|
||||
Name string
|
||||
Roots map[shared.CryptoSystemRootId]interface{}
|
||||
Profiles map[shared.CertificateProfileId]interface{}
|
||||
DigestAlgorithms map[shared.MessageDigestAlgorithmId]interface{}
|
||||
Roots map[shared.CryptoSystemRootID]interface{}
|
||||
Profiles map[shared.CertificateProfileID]interface{}
|
||||
DigestAlgorithms map[shared.SignatureAlgorithmID]interface{}
|
||||
}
|
||||
|
||||
func (system CryptoSystem) String() string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue