Skip to content

Commit

Permalink
Fixed package
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwalne committed Sep 7, 2019
1 parent 3a7de0d commit e3eb3c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion reader.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package bytebuf
package bytepal

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion reader_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package bytebuf
package bytepal

import (
"github.com/stretchr/testify/assert"
Expand Down
2 changes: 1 addition & 1 deletion writer.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package bytebuf
package bytepal

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion writer_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package bytebuf
package bytepal

import (
"fmt"
Expand Down

0 comments on commit e3eb3c2

Please sign in to comment.