Skip to content

Commit 7157d64

Browse files
committed
style(hooks): fix lint issues
1 parent 575ba5d commit 7157d64

File tree

1 file changed

+0
-3
lines changed
  • cmd/go-semantic-release/commands

1 file changed

+0
-3
lines changed

cmd/go-semantic-release/commands/hooks.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
package commands
22

33
import (
4-
"fmt"
5-
64
"github.com/Nightapes/go-semantic-release/internal/hooks"
75
"github.com/Nightapes/go-semantic-release/pkg/semanticrelease"
8-
log "github.com/sirupsen/logrus"
96
"github.com/spf13/cobra"
107
)
118

0 commit comments

Comments
 (0)