File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ package bip39
1212import (
1313 "embed"
1414 "fmt"
15- "github.com/mrtnetwork/bitcoin/digest"
16- "github.com/mrtnetwork/bitcoin/formating"
1715 "regexp"
1816 "strings"
17+
18+ "github.com/mrtnetwork/bitcoin/digest"
19+ "github.com/mrtnetwork/bitcoin/formating"
1920)
2021
2122type Bip39Language string
Original file line number Diff line number Diff line change 1+ // Package main is the entry point for your project and manages the overall
2+ // control flow. It relies on several sub-packages for specific functionality.
13package main
24
5+ // The main Bitcoin package does not have any methods or operations.
6+ // Please refer to the sub-packages for documentation.
37func main () {
48
59}
10+
11+ // The main Bitcoin package does not have any methods or operations.
12+ // Please refer to the sub-packages for documentation.
13+ func ExplaneDoc () {
14+
15+ }
You can’t perform that action at this time.
0 commit comments