We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467baee commit 56ebd22Copy full SHA for 56ebd22
main.go
@@ -96,7 +96,6 @@ func main() {
96
fmt.Printf("File error: %s\n", err)
97
return nil
98
}
99
- fmt.Printf("file path: %s\n", absPath)
100
if _, err := os.Stat(absPath); os.IsNotExist(err) {
101
fmt.Printf("File or Folder not exist: %s\n", err)
102
0 commit comments