2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-12-28 00:23:38 +08:00
asynq/tools/asynq/main.go
2020-04-19 08:51:17 -07:00

12 lines
250 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/asynq/cmd"
func main() {
cmd.Execute()
}