diff options
| author | 2025-11-23 08:00:00 +0800 | |
|---|---|---|
| committer | 2025-11-23 08:00:00 +0800 | |
| commit | d119343e8e7c83a56f87b05249ff0094aa2298a5 (patch) | |
| tree | c5dc92e2a34f2115d6c8c24c4fbd694cc126b4ea | |
| parent | adler32: Update assembly param names to pass go vet (diff) | |
| signature | No signature | |
.build.yml: Add go vet
It could detect mismatches between the Go function signature and asm;
not super useful but good to have... not sure why golangci-lint's go vet
doesn't do this.
| -rw-r--r-- | .build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,3 +24,6 @@ tasks: - lint: | cd furgit golangci-lint run ./... + - vet: | + cd furgit + go vet ./... |
