File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ package bip39
12
12
import (
13
13
"embed"
14
14
"fmt"
15
- "github.com/mrtnetwork/bitcoin/digest"
16
- "github.com/mrtnetwork/bitcoin/formating"
17
15
"regexp"
18
16
"strings"
17
+
18
+ "github.com/mrtnetwork/bitcoin/digest"
19
+ "github.com/mrtnetwork/bitcoin/formating"
19
20
)
20
21
21
22
type 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.
1
3
package main
2
4
5
+ // The main Bitcoin package does not have any methods or operations.
6
+ // Please refer to the sub-packages for documentation.
3
7
func main () {
4
8
5
9
}
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