2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-09-20 19:06:46 +08:00
asynq/tools/asynqmon/main.go

8 lines
99 B
Go
Raw Normal View History

2019-12-04 12:02:29 +08:00
package main
2019-12-06 22:51:55 +08:00
import "github.com/hibiken/asynq/tools/asynqmon/cmd"
2019-12-04 12:02:29 +08:00
func main() {
2019-12-06 22:51:55 +08:00
cmd.Execute()
2019-12-04 12:02:29 +08:00
}