rename gen.go to main.go

no changes to file contents
This commit is contained in:
onyx-and-iris 2025-03-12 15:15:08 +00:00
parent fcb23a3c01
commit 59521e1cd0
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
log "github.com/sirupsen/logrus"
)
//go:generate go run cmd/gen/gen.go
//go:generate go run cmd/gen/main.go
// Client is a client for managing .gitignore templates.
type Client struct {