acaloiaro / neoq

Queue-agnostic background job library for Go, with a pleasant API and powerful features.
MIT License
270 stars 4 forks source link

factor out the following dependencies #13

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

"github.com/iancoleman/strcase"

"github.com/jsuar/go-cron-descriptor/pkg/crondescriptor"

https://github.com/acaloiaro/neoq/blob/a024be6a3953a1512a1accee11bd296e6869c338/neoq.go#L8


// An in-memory and Postgres backend are provided out of the box.
package neoq

// TODO factor out the following dependencies
// "github.com/iancoleman/strcase"
// "github.com/jsuar/go-cron-descriptor/pkg/crondescriptor"
import (
github-actions[bot] commented 1 year ago

Closed in a9f2f6b4f46c1df8ad2be60de85c2f84a1753aad