We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f4203 commit 3ace68cCopy full SHA for 3ace68c
main.go
@@ -2,8 +2,9 @@ package main
2
3
import (
4
"flag"
5
- "gufcli/utils"
6
"log"
+
7
+ "github.com/abhijeetmohanan/ftpcli/utils"
8
)
9
10
func main() {
0 commit comments