Skip to content

Commit 68134ec

Browse files
authored
Update and rename src/main.go to main.go
Move main.go to root, change import structure to suit go mod init and go build
1 parent c56cb61 commit 68134ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.go renamed to main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"os"
66

77
"IPFSS_IPFS-Secure/src/libb/keycard_link"
8-
"IPFSS_IPFS-Secure/libb/ipfs_link"
8+
"IPFSS_IPFS-Secure/slibb/ipfs_link"
99
)
1010

1111
func main() {

0 commit comments

Comments
 (0)