quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

Make generate-fix also generate go.mod files

Open abheyshah opened this issue 5 years ago • 1 comments

When making custom fields I've used the replace directive in my apps go.mod file to point at my local versions of enum modules etc. This seems to work but I need to add go.mod files in my generated enum, tag and field modules. Maybe the generate-fix tool should be triggering a go mod init?

abheyshah avatar Oct 30 '20 12:10 abheyshah

Yes, this is at the top of my to-do list currently

ackleymi avatar Jul 09 '21 00:07 ackleymi