mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
680b5a0923
Former-commit-id: 38fda8a20da9bc7665cdd209b7b367c1337dbd94
4 lines
106 B
Batchfile
4 lines
106 B
Batchfile
@echo off
|
|
REM run.bat 30
|
|
start go run main.go server
|
|
for /L %%n in (1,1,%1) do start go run main.go client |