Skip to content

Commit

Permalink
fix: fix package statement
Browse files Browse the repository at this point in the history
Changes the top-level package to semaphore.
  • Loading branch information
tlkamp committed Nov 22, 2023
1 parent b156db8 commit 1c45fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package semaphore

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package semaphore

import (
"context"
Expand Down

0 comments on commit 1c45fc9

Please sign in to comment.