Skip to content

Commit 5a1467e

Browse files
fix: ref
1 parent ca2dc90 commit 5a1467e

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)