@@ -1,7 +1,6 @@
package main
import (
"errors"
"local/storage"
"local/truckstop/broker"
"local/truckstop/config"
@@ -87,5 +86,4 @@ func sendJob(job broker.Job) error {
// TODO
log.Printf("found job: %s", job)
return nil
return errors.New("not impl: sendJob")
}
The note is not visible to the blocked user.