This repository was archived by the owner on Jun 27, 2023. It is now read-only.
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
wildcard support #21
Closed
Description
now we have lot's of interfaces and our comand look like:
//go:generate mockgen -package mocks -destination destpath.go package_name Interface1,Interface2,Interface3,Interface4,Interface5,Interface6,Interface7,Interface8,Interface9,Interface10,Interface11,Interface12,Interface12
Can we change it to
//go:generate mockgen -package mocks -destination destpath.go package_name "*"
?
Metadata
Metadata
Assignees
Labels
No labels