You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating app from a model file, I want to provide a go.mod file that specifies the app's module name and versions of some required packages, and so the generated source code will use the provided file as the base go.mod. For example, flogo create command can accept the following input file, and so the generated source code will use the specified module name and forked package repo version for flogo core and flow.
When creating app from a model file, I want to provide a
go.mod
file that specifies the app's module name and versions of some required packages, and so the generated source code will use the provided file as the basego.mod
. For example,flogo create
command can accept the following input file, and so the generated source code will use the specified module name and forked package repo version for flogo core and flow.The text was updated successfully, but these errors were encountered: