From deb47998900a3b9caea4f1d36eaecfe3aba31e3d Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Thu, 7 May 2020 22:03:46 +0200 Subject: go fmt --- pkg/version/version.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pkg/version') diff --git a/pkg/version/version.go b/pkg/version/version.go index eabf583..e8c5f12 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -3,8 +3,7 @@ package version // this is set by the linker during build var ( version = "devel" - commit = "" - + commit = "" ) // Version returns the current feed2imap-go version @@ -15,4 +14,4 @@ func Version() string { // FullVersion returns the version including the commit hash func FullVersion() string { return "Version " + version + " Commit: " + commit -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf