Skip to content

Commit

Permalink
brain go brr - correct package naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelwing committed Nov 25, 2022
1 parent 74fd204 commit 1b2a537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"time"

"github.com/Sparrow-Project/snowflake"
"github.com/Project-Sparrow/snowflake"
)

func ExampleGenerate() {
Expand Down
2 changes: 1 addition & 1 deletion snowflake_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"
"time"

"github.com/Sparrow-Project/snowflake"
"github.com/Project-Sparrow/snowflake"
)

func TestGenerate(t *testing.T) {
Expand Down

0 comments on commit 1b2a537

Please sign in to comment.