From 66f38bd302122c219f32a08c4049e0de678c944d Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Sun, 7 Apr 2019 15:55:16 +0200 Subject: [PATCH] fix linting errors --- actions/update.go | 1 + 1 file changed, 1 insertion(+) diff --git a/actions/update.go b/actions/update.go index 27fe144..a18ea4c 100644 --- a/actions/update.go +++ b/actions/update.go @@ -12,6 +12,7 @@ var ( letters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ") ) +// UpdateParams contains all different options available to alter the behavior of the Update func type UpdateParams struct { Filter container.Filter Cleanup bool