Skip to content

Commit 3ace68c

Browse files
fix: ref
1 parent f1f4203 commit 3ace68c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ package main
22

33
import (
44
"flag"
5-
"gufcli/utils"
65
"log"
6+
7+
"github.com/abhijeetmohanan/ftpcli/utils"
78
)
89

910
func main() {

0 commit comments

Comments
 (0)