Skip to content

Commit dcad16b

Browse files
committed
chore(examples): reorder import statements for clarity
1 parent c621b2b commit dcad16b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/example.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ import (
55
"fmt"
66
"os"
77

8-
chaincfg "github.com/bsv-blockchain/go-chaincfg"
98
"github.com/bsv-blockchain/go-wire"
9+
10+
chaincfg "github.com/bsv-blockchain/go-chaincfg"
1011
)
1112

1213
// ExampleIsPubKeyHashAddrID demonstrates how to verify the legacy public key hash

params_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"testing"
99

1010
"github.com/bsv-blockchain/go-wire"
11-
1211
"github.com/stretchr/testify/assert"
1312
"github.com/stretchr/testify/require"
1413
)

0 commit comments

Comments
 (0)