Skip to content

Commit

Permalink
fix: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtdeh committed Mar 2, 2024
1 parent d337271 commit 5914542
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/chanswitch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"
"time"

chanswitch "github.com/mrtdeh/chanswitch/chanswtich"
chanswitch "github.com/mrtdeh/chanswitch/chanswitch"
)

func worker(b *chanswitch.ChanSwitch, id string, c *int) {
Expand Down
2 changes: 1 addition & 1 deletion tests/onmulti_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"testing"
"time"

chanswitch "github.com/mrtdeh/chanswitch/chanswtich"
chanswitch "github.com/mrtdeh/chanswitch/chanswitch"
)

const (
Expand Down

0 comments on commit 5914542

Please sign in to comment.