Skip to content

Commit

Permalink
chore: rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
gebv committed May 13, 2020
1 parent 534558b commit 2c48044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion int/int64s.go → intx/int64s.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package int
package intx

// Int64s array of int64.
type Int64s []int64
Expand Down
2 changes: 1 addition & 1 deletion int/int64s_test.go → intx/int64s_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package int
package intx

import (
"reflect"
Expand Down

0 comments on commit 2c48044

Please # to comment.