From d334a3619a9897ff43b76b8f60fa1a0a41b9cbe9 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sat, 3 Apr 2021 13:18:17 -0400 Subject: Update linting and fix field alignment issues Signed-off-by: Dave Henderson --- plugins.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins.go') diff --git a/plugins.go b/plugins.go index 789fca96..89309c0e 100644 --- a/plugins.go +++ b/plugins.go @@ -36,10 +36,10 @@ func bindPlugins(ctx context.Context, cfg *config.Config, funcMap template.FuncM // plugin represents a custom function that binds to an external process to be executed type plugin struct { - name, path string - timeout time.Duration ctx context.Context stderr io.Writer + name, path string + timeout time.Duration } // builds a command that's appropriate for running scripts -- cgit v1.2.3