Skip to content

Commit

Permalink
rename package name
Browse files Browse the repository at this point in the history
  • Loading branch information
icefed committed Apr 9, 2024
1 parent 90cf2c1 commit 01121ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pool.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package pool
package routinepool

import (
"runtime"
Expand Down
2 changes: 1 addition & 1 deletion pool_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package pool
package routinepool

import (
"sync/atomic"
Expand Down

0 comments on commit 01121ed

Please sign in to comment.