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

12 lines
253 B
Go

// Copyright 2020 Kentaro Hibino. All rights reserved.
// Use of this source code is governed by a MIT license
// that can be found in the LICENSE file.
package main
import "github.com/hibiken/asynq/tools/asynqmon/cmd"
func main() {
cmd.Execute()
}