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:
parent
3420ceb415
commit
46f6e6c746
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ package csaf
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
_ "embed"
|
_ "embed" // Used for embedding.
|
||||||
"sort"
|
"sort"
|
||||||
"strings"
|
"strings"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue