mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-10 11:31:58 +08:00
12 lines
253 B
Go
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()
|
|
}
|