boulder/test/load-generator/acme
Aaron Gable d57edfa0f1
Run more go vet checks (#7255)
Enable the atomicalign, deepequalerrors, findcall, nilness,
reflectvaluecompare, sortslice, timeformat, and unusedwrite go vet
analyzers, which golangci-lint does not enable by default. Additionally,
enable new go vet analyzers by default as they become available.

The fieldalignment and shadow analyzers remain disabled because they
report so many errors that they should be fixed in a separate PR.

Note that the nilness analyzer appears to have found one very real bug
in tlsalpn.go.
2024-01-17 12:27:55 -05:00
..
challenge.go Introduce new core.AcmeChallenge type (#5012) 2020-08-11 15:02:16 -07:00
challenge_test.go Run more go vet checks (#7255) 2024-01-17 12:27:55 -05:00
directory.go Fix typos (#7241) 2024-01-09 13:17:27 -08:00
directory_test.go Start testing on go1.19 (#6227) 2022-08-10 15:30:43 -07:00