Skip to content

Commit

Permalink
fix: rename package name
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Dec 24, 2024
1 parent 2499499 commit 24e9a38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/driver/hooks/hooks.go → pkg/driver/hook/hook.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package hooks
package hook

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion pkg/driver/hooks/options.go → pkg/driver/hook/options.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package hooks
package hook

import (
"os"
Expand Down
2 changes: 1 addition & 1 deletion pkg/driver/hooks/prestop.go → pkg/driver/hook/prestop.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package hooks
package hook

import (
"context"
Expand Down

0 comments on commit 24e9a38

Please sign in to comment.