Skip to content

Commit f1d53ff

Browse files
committed
main
1 parent 1601366 commit f1d53ff

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

bip39/bip39.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ package bip39
1212
import (
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

2122
type Bip39Language string

main.go

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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.
13
package main
24

5+
// The main Bitcoin package does not have any methods or operations.
6+
// Please refer to the sub-packages for documentation.
37
func 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+
}

0 commit comments

Comments
 (0)