(err string)
| 17 | } |
| 18 | |
| 19 | func Error(err string) { |
| 20 | // TODO |
| 21 | println(err) |
| 22 | } |
| 23 | |
| 24 | func StartSlaveMonitor(tree *ProcessTree, fileChanges <-chan []string, done chan bool) chan bool { |
| 25 | quit := make(chan bool) |
no outgoing calls
no test coverage detected
searching dependent graphs…