mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-10 11:31:58 +08:00
8 lines
99 B
Go
8 lines
99 B
Go
package main
|
|
|
|
import "github.com/hibiken/asynq/tools/asynqmon/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|