diff --git a/generate_nmc_cert/falsehost.go b/generate_nmc_cert/falsehost.go index 7042e72..4030678 100644 --- a/generate_nmc_cert/falsehost.go +++ b/generate_nmc_cert/falsehost.go @@ -1,3 +1,5 @@ +// nolint: gofmt + // Copyright 2009 The Go Authors. All rights reserved. // Dehydrated certificate modifications Copyright 2015-2017 Jeremy Rand. All // rights reserved. diff --git a/generate_nmc_cert/main.go b/generate_nmc_cert/main.go index caf5ff2..366a0aa 100644 --- a/generate_nmc_cert/main.go +++ b/generate_nmc_cert/main.go @@ -1,3 +1,5 @@ +// nolint: gofmt + // Copyright 2009 The Go Authors. All rights reserved. // Dehydrated certificate modifications Copyright 2015-2017 Jeremy Rand. All // rights reserved.