var decoder … func TestMassageJSONPath(t *testing.T) { … } func TestNewColumnPrinterFromSpec(t *testing.T) { … } func contains(arr []string, s string) bool { … } const exampleTemplateOne … const exampleTemplateTwo … func TestNewColumnPrinterFromTemplate(t *testing.T) { … } func TestColumnPrint(t *testing.T) { … } // this mimics how resource/get.go calls the customcolumn printer func TestIndividualPrintObjOnExistingTabWriter(t *testing.T) { … } func TestSliceColumnPrint(t *testing.T) { … }