rm unreachable
parent
ddd4ec5457
commit
b5c1c13060
2
main.go
2
main.go
|
|
@ -1,7 +1,6 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
|
||||||
"local/storage"
|
"local/storage"
|
||||||
"local/truckstop/broker"
|
"local/truckstop/broker"
|
||||||
"local/truckstop/config"
|
"local/truckstop/config"
|
||||||
|
|
@ -87,5 +86,4 @@ func sendJob(job broker.Job) error {
|
||||||
// TODO
|
// TODO
|
||||||
log.Printf("found job: %s", job)
|
log.Printf("found job: %s", job)
|
||||||
return nil
|
return nil
|
||||||
return errors.New("not impl: sendJob")
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue