mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-26 10:14:52 +09:00
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:
@@ -1,7 +1,5 @@
|
||||
package main
|
||||
|
||||
//go:generate go run main.go
|
||||
|
||||
import (
|
||||
"context"
|
||||
"encoding/json"
|
||||
|
||||
Reference in New Issue
Block a user