Add first cut at golang monitor program
This commit is contained in:
6
monitor/filechange.go
Normal file
6
monitor/filechange.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package main
|
||||
|
||||
type FileChange struct {
|
||||
Path string
|
||||
Operation string
|
||||
}
|
||||
Reference in New Issue
Block a user