tools/capver: drop the duplicate go:generate directive

hscontrol/capver/capver.go already points here, so go generate ./... was
scraping the tailscale tag list twice.
This commit is contained in:
Kristoffer Dalby
2026-09-04 14:11:39 +00:00
parent 507046bb7d
commit f06b45223f
-2
View File
@@ -1,7 +1,5 @@
package main
//go:generate go run main.go
import (
"context"
"encoding/json"