2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-04-22 16:50:18 +08:00

Change payload to byte slice

This commit is contained in:
Ken Hibino 2021-03-20 13:42:13 -07:00
parent 353fc44419
commit fdae82762c

View File

@ -6,6 +6,7 @@
package asynqtest
import (
"encoding/json"
"math"
"sort"
"testing"