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
@@ -1,6 +1,6 @@
package fileid
//go:generate go run -modfile=../_tools/go.mod golang.org/x/tools/cmd/stringer -type=PhotoSizeSourceType
//go:generate go tool golang.org/x/tools/cmd/stringer -type=PhotoSizeSourceType
// PhotoSizeSourceType represents photo_size_source type.
type PhotoSizeSourceType int
+1 -1
View File
@@ -1,6 +1,6 @@
package fileid
//go:generate go run -modfile=../_tools/go.mod golang.org/x/tools/cmd/stringer -type=Type
//go:generate go tool golang.org/x/tools/cmd/stringer -type=Type
// Type represents file_id type.
type Type int