gotd: remove _tools package that was breaking pre-commit

This commit is contained in:
Tulir Asokan
2025-07-07 17:18:55 +03:00
parent 10bc44d17d
commit 9e2e2421d2
8 changed files with 7 additions and 31 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ type protoConn interface {
Ping(ctx context.Context) error
}
//go:generate go run -modfile=../../../_tools/go.mod golang.org/x/tools/cmd/stringer -type=ConnMode
//go:generate go tool golang.org/x/tools/cmd/stringer -type=ConnMode
// ConnMode represents connection mode.
type ConnMode byte
+1 -1
View File
@@ -1,6 +1,6 @@
package members
//go:generate go run -modfile=../../../_tools/go.mod golang.org/x/tools/cmd/stringer -type=Status
//go:generate go tool golang.org/x/tools/cmd/stringer -type=Status
// Status defines participant status.
type Status int