整理代碼

This commit is contained in:
2023-05-29 08:51:09 +08:00
parent c3f524d458
commit 45dc15ae8f
5 changed files with 27 additions and 24 deletions

View File

@@ -5,7 +5,8 @@ start_time=$(date +%s)
rm -f data/sqlite3.db
# 流程測試, 啓動服務, 設定進程名 go_test, 並將日誌隱藏
go run main.go -procname go_test > /dev/null 2>&1 &
#go run main.go -procname go_test > /dev/null 2>&1 &
go run main.go -procname go_test &
sleep 2