Skip to content

Commit

Permalink
change module name to github.com/neotse/golbat
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTse committed Jun 9, 2021
1 parent 11a38e5 commit 44aec1b
Show file tree
Hide file tree
Showing 18 changed files with 416 additions and 21 deletions.
2 changes: 1 addition & 1 deletion block.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"sync/atomic"
"unsafe"

"github.com/golbat/internel"
"github.com/neotse/golbat/internel"
)

type fileEntryHeader struct {
Expand Down
2 changes: 1 addition & 1 deletion block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package golbat
import (
"testing"

"github.com/golbat/internel"
"github.com/neotse/golbat/internel"
"github.com/stretchr/testify/require"
)

Expand Down
Loading

0 comments on commit 44aec1b

Please sign in to comment.