nebula/cmd/nebula-cert
Wade Simmons aba42f9fa6
enforce the use of goimports (#248)
* enforce the use of goimports

Instead of enforcing `gofmt`, enforce `goimports`, which also asserts
a separate section for non-builtin packages.

* run `goimports` everywhere

* exclude generated .pb.go files
2020-06-30 18:53:30 -04:00
..
ca.go Root constraint usage and support in nebula-cert 2019-12-17 17:59:21 -08:00
ca_test.go Root constraint usage and support in nebula-cert 2019-12-17 17:59:21 -08:00
keygen.go Public Release 2019-11-19 17:00:20 +00:00
keygen_test.go gofmt 2019-12-11 23:15:57 -05:00
main.go Support for 1.0.0 release 2019-11-19 10:31:59 -08:00
main_test.go enforce the use of goimports (#248) 2020-06-30 18:53:30 -04:00
print.go enforce the use of goimports (#248) 2020-06-30 18:53:30 -04:00
print_test.go enforce the use of goimports (#248) 2020-06-30 18:53:30 -04:00
sign.go fix(nebula-cert): flag duration is optional, so reflect this is the cli help (#117) 2020-01-06 10:51:29 -08:00
sign_test.go fix(nebula-cert): flag duration is optional, so reflect this is the cli help (#117) 2020-01-06 10:51:29 -08:00
test_darwin.go Fix nebula-cert tests on darwin and windows 2019-12-11 10:13:19 -05:00
test_linux.go Support for 1.0.0 release 2019-11-19 10:31:59 -08:00
test_windows.go Public Release 2019-11-19 17:00:20 +00:00
verify.go enforce the use of goimports (#248) 2020-06-30 18:53:30 -04:00
verify_test.go enforce the use of goimports (#248) 2020-06-30 18:53:30 -04:00