Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehsan-saradar committed Feb 6, 2024
1 parent a968dad commit 6fca9d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/hooks/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ import (
"fmt"

hplugin "github.com/hashicorp/go-plugin"
"github.com/ignite/cli/v28/ignite/services/plugin"

"hooks/cmd"

"github.com/ignite/cli/v28/ignite/services/plugin"
)

type app struct{}
Expand Down

0 comments on commit 6fca9d0

Please sign in to comment.