Use go mod package

This commit is contained in:
Fangliding
2026-09-08 18:58:48 +08:00
parent 37ceb8b4b6
commit 5ed59b3911
4 changed files with 284 additions and 146 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