gotd: remove _tools package that was breaking pre-commit
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user