项目文件夹

文件
2026-07-13 13:00:08 +08:00

6 行
182 B
Bash
可执行文件

#!/bin/sh
# Go-native pre-push gate replacing the retired v1 npm hook (install: make hooks).
# Full tests run in CI; vet is the fast, cross-platform local check.
set -e
go vet ./...