chore(proxy): remove misplaced go:generate directive

The //go:generate go test -v ./... directive is not what
go:generate is intended for (code generation, not test execution).
Remove it to avoid confusion.
This commit is contained in:
xfy 2026-06-11 15:02:19 +08:00
parent 5e38b63f10
commit 7cc76f0d5b

View File

@ -28,7 +28,6 @@
//
// 作者xfy
//
//go:generate go test -v ./...
package proxy
import (