chore: update linter. (#1214)
This commit is contained in:
parent
23328fcdd2
commit
6b00497f34
56 changed files with 119 additions and 102 deletions
|
@ -35,7 +35,7 @@ type Core struct {
|
|||
}
|
||||
|
||||
// New Creates a new Core.
|
||||
func New(httpClient *http.Client, userAgent string, caDirURL, kid string, privateKey crypto.PrivateKey) (*Core, error) {
|
||||
func New(httpClient *http.Client, userAgent, caDirURL, kid string, privateKey crypto.PrivateKey) (*Core, error) {
|
||||
doer := sender.NewDoer(httpClient, userAgent)
|
||||
|
||||
dir, err := getDirectory(doer, caDirURL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue