From 2fbe0fed7e95b264766ae7926689c02629b7f042 Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Wed, 13 Apr 2022 16:14:02 +0200 Subject: [PATCH] Fixed util/file.go --- util/file.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/util/file.go b/util/file.go index 8e71851..2d48885 100644 --- a/util/file.go +++ b/util/file.go @@ -17,10 +17,6 @@ import ( "time" ) -// SemVersion the version in semver.org format, MUST be overwritten during -// the linking stage of the build process -var SemVersion = "0.0.0" - // NWriter is an io.Writer counting the bytes copied through it. type NWriter struct { io.Writer