1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Calm golint about blank import.

This commit is contained in:
Sascha L. Teichmann 2021-12-04 17:53:22 +01:00
parent 3420ceb415
commit 46f6e6c746

View file

@ -2,7 +2,7 @@ package csaf
import ( import (
"bytes" "bytes"
_ "embed" _ "embed" // Used for embedding.
"sort" "sort"
"strings" "strings"
"sync" "sync"