Changeset 31 in code
- Timestamp:
- Aug 30, 2015, 9:16:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zs.go
r30 r31 242 242 // ignore hidden files and directories 243 243 if filepath.Base(path)[0] == '.' || strings.HasPrefix(path, ".") { 244 return nil 245 } 246 // inform user about fs walk errors, but continue iteration 247 if err != nil { 248 log.Println("ERROR:", err) 244 249 return nil 245 250 }
Note:
See TracChangeset
for help on using the changeset viewer.