airshipctl/pkg/document
Ian H. Pittwood c7c1011a5c Fix various code style issues
Fixes possible name collisions between variable names and package names

Remove redundant import naming

Use nil slices for slice declarations instead of empty slices

Use make for slices of fixed lengths

Remove redundant parentheses

Replace deprecated `SetOutput` method with `SetOut`

Fix swapped actual/expected arguments on assertEqualGolden

Change-Id: Ia39ef44372c3e44948e5440575125bdb470898df
2020-02-07 09:28:18 -06:00
..
plugins Implement document plugin loader 2020-01-21 10:25:57 +00:00
repo Fix typos in variable names and comments 2020-02-05 16:31:05 -06:00
testdata Initial commit for document pkg library 2019-10-04 14:22:26 -07:00
bundle_test.go Tighten the restrictions of the linter 2020-01-10 14:54:34 -06:00
bundle.go Fix various code style issues 2020-02-07 09:28:18 -06:00
constants.go Fix typos in variable names and comments 2020-02-05 16:31:05 -06:00
document_test.go Fix various code style issues 2020-02-07 09:28:18 -06:00
document.go Tighten the restrictions of the linter 2020-01-10 14:54:34 -06:00
errors.go [AIR-145] Generate cloud init settings 2019-11-08 08:49:33 +00:00