Skip to content

Commit

Permalink
upgrade version golang
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodz committed Jun 23, 2023
1 parent 185acf7 commit 7a95381
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/pablodz/inotifywaitgo

go 1.19
go 1.20
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ loopFiles:
break loopFiles
}
}

log.Println("Stopped watching for changes in", dir)
}

0 comments on commit 7a95381

Please sign in to comment.