all repos — homestead @ fad67bb33d68e1ab0a03868c089ddd697bce012a

Code for my website

fix linter complaints

Alan Pearce
commit

fad67bb33d68e1ab0a03868c089ddd697bce012a

parent

b6e41746f7db00110e6dd3299dc616f9026338ca

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M internal/watcher/watcher.gointernal/watcher/watcher.go
@@ -62,6 +62,7 @@ }
if entry.IsDir() { if entry.Name() == ".git" { l.Debug("skipping directory", "entry", entry.Name()) + return fs.SkipDir } l.Debug("adding directory to watcher", "path", path)