diff --git a/generate_nmc_cert/falsehost.go b/generate_nmc_cert/falsehost.go index 9baa476..d3e62ee 100644 --- a/generate_nmc_cert/falsehost.go +++ b/generate_nmc_cert/falsehost.go @@ -1,4 +1,4 @@ -// nolint: gofmt +// nolint: gofmt, goimports // Copyright 2009 The Go Authors. All rights reserved. // Dehydrated certificate modifications Copyright 2015-2017 Jeremy Rand. All diff --git a/generate_nmc_cert/main.go b/generate_nmc_cert/main.go index cded58c..e63185d 100644 --- a/generate_nmc_cert/main.go +++ b/generate_nmc_cert/main.go @@ -1,4 +1,4 @@ -// nolint: gofmt +// nolint: gofmt, goimports // Copyright 2009 The Go Authors. All rights reserved. // Dehydrated certificate modifications Copyright 2015-2017 Jeremy Rand. All