Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnetwork committed Sep 27, 2023
1 parent 1601366 commit f1d53ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bip39/bip39.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ package bip39
import (
"embed"
"fmt"
"github.com/mrtnetwork/bitcoin/digest"
"github.com/mrtnetwork/bitcoin/formating"
"regexp"
"strings"

"github.com/mrtnetwork/bitcoin/digest"
"github.com/mrtnetwork/bitcoin/formating"
)

type Bip39Language string
Expand Down
10 changes: 10 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
// Package main is the entry point for your project and manages the overall
// control flow. It relies on several sub-packages for specific functionality.
package main

// The main Bitcoin package does not have any methods or operations.
// Please refer to the sub-packages for documentation.
func main() {

}

// The main Bitcoin package does not have any methods or operations.
// Please refer to the sub-packages for documentation.
func ExplaneDoc() {

}

0 comments on commit f1d53ff

Please sign in to comment.