-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop
lib/pq
use in job listing (#337)
I missed this before, but while working on something else I noticed randomly that apparently we use `lib/pq` in the job list module to encode an array of job states. I think it was an oversight to have brought this in as a hard dependency, so here remove the use of `pg.Array` in favor of just using a normal Go slice instead.
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters