allow compilation on Go1

This commit is contained in:
Sridhar Ratnakumar 2013-05-28 10:52:38 -07:00
parent 1336a0e4ab
commit 39e5784aed
1 changed files with 1 additions and 1 deletions

View File

@ -112,8 +112,8 @@ func (fw *PollingFileWatcher) BlockUntilExists() error {
return err return err
} }
time.Sleep(POLL_DURATION) time.Sleep(POLL_DURATION)
println("blocking..")
} }
panic("unreachable")
} }
func (fw *PollingFileWatcher) ChangeEvents(origFi os.FileInfo) chan bool { func (fw *PollingFileWatcher) ChangeEvents(origFi os.FileInfo) chan bool {