go fmt
This commit is contained in:
parent
ee7c6c540e
commit
6523a30bf5
|
@ -22,4 +22,3 @@ type DebFile interface {
|
|||
GetReader() (ReaderAtCloser, error)
|
||||
GetName() string
|
||||
}
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ func main() {
|
|||
|
||||
log.WithFields(log.Fields{
|
||||
"version": debanator.Version,
|
||||
"commit": debanator.Commit,
|
||||
"commit": debanator.Commit,
|
||||
}).Info("Starting debanator...")
|
||||
var ecKey *crypto.Key
|
||||
kb, err := os.ReadFile("privkey.gpg")
|
||||
|
|
Loading…
Reference in New Issue