fs event returning *out

This commit is contained in:
Radu Ioan Fericean
2013-08-02 17:01:42 +03:00
parent d0e185c47a
commit 4a9c4eff43

View File

@@ -80,7 +80,7 @@ func (fsev FSEvent) GetName() string {
}
func (fsev FSEvent) GetDirection() string {
//TODO: implement direction
return "OUT"
return "*out"
//return fsev[DIRECTION]
}
func (fsev FSEvent) GetOrigId() string {