From 68581d50c0a53c9fe82484ae55ffb477b457cee6 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Mon, 19 Mar 2018 14:04:21 -0500 Subject: [PATCH] Remove empty line between godoc and package declaration --- statik/filesystem.go | 1 - 1 file changed, 1 deletion(-) diff --git a/statik/filesystem.go b/statik/filesystem.go index 6d7fd864f..e3bf95cb1 100644 --- a/statik/filesystem.go +++ b/statik/filesystem.go @@ -16,7 +16,6 @@ // // Package statik contains static assets for the Web UI. `go generate` or // `make generate-statik` will produce statik.go, which is ignored by git. - package statik import (