infra/vformat/main.go: Refactor (#6739)

https://github.com/XTLS/Xray-core/pull/6327#issuecomment-5581733848
This commit is contained in:
风扇滑翔翼
2026-09-08 17:19:15 +00:00
committed by GitHub
parent 37ceb8b4b6
commit c037ccd98d
5 changed files with 288 additions and 150 deletions
+1 -3
View File
@@ -67,9 +67,7 @@ jobs:
check-latest: true
cache: false
- name: Check Format
run: |
go install -v mvdan.cc/gofumpt@latest
go run ./infra/vformat/main.go -mode check -pwd ./
run: go run ./infra/vformat/main.go -mode check -pwd ./
test:
needs: check-assets