e2e: add test case for bandwidth_limit_mode server (#3295)

This commit is contained in:
fatedier
2023-02-09 01:11:00 +08:00
committed by GitHub
parent 38d42dbe4b
commit 89fff7d11d
3 changed files with 66 additions and 5 deletions

View File

@@ -16,6 +16,9 @@ file:
fmt:
go fmt ./...
fmt-more:
gofumpt -l -w .
vet:
go vet ./...