Skip to content

Commit

Permalink
fix(src/hooks.go): Adding 'errors' to import path.
Browse files Browse the repository at this point in the history
  • Loading branch information
plvhx committed Jul 14, 2022
1 parent b19539c commit b4be1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
package src

import (
"errors"
"os"
)

Expand Down

0 comments on commit b4be1d2

Please sign in to comment.