This website works better with JavaScript.
Home
Help
Sign In
chiefnoah
/
goalpost
Archived
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Updates package
master
v0.1.0
Noah Pederson
1 year ago
parent
ee284d043e
commit
3e8a2c2a52
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
job.go
+1
-1
queue.go
+1
-1
queue_test.go
+1
-1
worker.go
+ 1
- 1
job.go
View File
@ -1,4 +1,4 @@
package
queue
package
goalpost
import
(
"bytes"
+ 1
- 1
queue.go
View File
@ -1,4 +1,4 @@
package
queue
package
goalpost
import
(
"bytes"
+ 1
- 1
queue_test.go
View File
@ -1,4 +1,4 @@
package
queue
package
goalpost
import
(
"context"
+ 1
- 1
worker.go
View File
@ -1,4 +1,4 @@
package
queue
package
goalpost
import
"context"