No description
- Go 100%
| .env.example | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| LICENCE | ||
| main.go | ||
| README.md | ||
AT Protocol PDS Stress Test Tool
セットアップ
clone
git clone https://git.soverth.blue/soma/pds-stress-test.git
cd pds-stress-test
1. 依存ライブラリのインストール
go mod init pds-stress-test
go mod tidy
go get https://github.com/joho/godotenv
2. .envの編集
mv .env.example .env
vi .env
3. 実行
go run main.go