mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fixed util/file.go
This commit is contained in:
parent
f4f96c9dae
commit
2fbe0fed7e
1 changed files with 0 additions and 4 deletions
|
|
@ -17,10 +17,6 @@ import (
|
||||||
"time"
|
"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.
|
// NWriter is an io.Writer counting the bytes copied through it.
|
||||||
type NWriter struct {
|
type NWriter struct {
|
||||||
io.Writer
|
io.Writer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue