Skip to content

Commit

Permalink
Package rename
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMatveev committed Mar 15, 2022
1 parent e3e6adb commit bd8bec6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion from_base58.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package id
package uuid58

import (
"github.com/btcsuite/btcutil/base58"
Expand Down
2 changes: 1 addition & 1 deletion from_base58_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package id
package uuid58

import (
"github.com/google/uuid"
Expand Down
2 changes: 1 addition & 1 deletion to_base58.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package id
package uuid58

import (
"github.com/btcsuite/btcutil/base58"
Expand Down
2 changes: 1 addition & 1 deletion to_base58_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package id
package uuid58

import (
"github.com/google/uuid"
Expand Down

0 comments on commit bd8bec6

Please sign in to comment.