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:
parent
5e38b63f10
commit
7cc76f0d5b
@ -28,7 +28,6 @@
|
||||
//
|
||||
// 作者:xfy
|
||||
//
|
||||
//go:generate go test -v ./...
|
||||
package proxy
|
||||
|
||||
import (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user