quickfixgo / quickfix

The Go FIX Protocol Library :rocket:

Home Page:https://www.quickfixgo.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make generate-fix also generate go.mod files

abheyshah opened this issue · 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?

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