Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lsgrep committed Dec 18, 2024
1 parent 5712d4a commit ae68bb4
Show file tree
Hide file tree
Showing 5 changed files with 528 additions and 77 deletions.
2 changes: 1 addition & 1 deletion cmd/swgp-go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func main() {
sig := <-sigCh
logger.Info("Received exit signal", slog.Any("signal", sig))
signal.Stop(sigCh)
cleanupHook(&sc, logger)
cleanupHook()
cancel()
}()

Expand Down
Loading

0 comments on commit ae68bb4

Please sign in to comment.