1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

Fixed util/file.go

This commit is contained in:
Sascha L. Teichmann 2022-04-13 16:14:02 +02:00
parent f4f96c9dae
commit 2fbe0fed7e

View file

@ -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