2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-23 10:16:12 +08:00

Rename CLI to asynq

This commit is contained in:
Ken Hibino
2020-04-12 14:37:42 -07:00
parent b14c73809e
commit 4f11e52558
16 changed files with 1 additions and 1 deletions

11
tools/asynq/main.go Normal file
View File

@@ -0,0 +1,11 @@
// 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/asynq/cmd"
func main() {
cmd.Execute()
}