Skip to content

Commit b7cf624

Browse files
committed
fix module naming bug
1 parent 660b2c1 commit b7cf624

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Address.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package main
1+
package blockchain
22

33
import (
44
"encoding/json"

Diff for: Address_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package main
1+
package blockchain
22

33
import (
44
"net/http"

0 commit comments

Comments
 (0)