mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-27 16:08:34 +08:00
This commit is contained in:
@@ -17,6 +17,18 @@ build:
|
||||
all:
|
||||
gf run main.go --args "all"
|
||||
|
||||
.PHONY: http
|
||||
http:
|
||||
gf run main.go --args "http"
|
||||
|
||||
.PHONY: queue
|
||||
queue:
|
||||
gf run main.go --args "queue"
|
||||
|
||||
.PHONY: auth
|
||||
auth:
|
||||
gf run main.go --args "auth"
|
||||
|
||||
# 启动web服务
|
||||
.PHONY: web
|
||||
web:
|
||||
|
Reference in New Issue
Block a user