Skip to content

ymzuiku/fswatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fswatch

fswatch.Watch([]string{"./"}, []string{}, func(file string) {
  log.Println("watch:", file)
})