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:
11
tools/asynq/main.go
Normal file
11
tools/asynq/main.go
Normal 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()
|
||||
}
|
Reference in New Issue
Block a user