rm unreachable

master
Bel LaPointe 2022-01-09 22:28:56 -05:00
parent ddd4ec5457
commit b5c1c13060
1 changed files with 0 additions and 2 deletions

View File

@ -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")
}