Skip to content

Commit f1d53ff

Browse files
committed
main
1 parent 1601366 commit f1d53ff

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

bip39/bip39.go

Lines changed: 3 additions & 2 deletions
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

Lines changed: 10 additions & 0 deletions
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)