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
Please describe what you would like to see in this project
We need a go:generate code generator that takes an Arcaflow YAML structure loaded using this library (see schema package) and generates Go code (structs, etc) as well as the type definitions in Go code. The result should be something like this and this.
Please describe your use case
Go does not have enough information in its typing system to be able to construct an Arcaflow schema (no annotations). We need the code generator to turn the typing information into usable Go code without duplicated effort.
The text was updated successfully, but these errors were encountered:
Please describe what you would like to see in this project
We need a go:generate code generator that takes an Arcaflow YAML structure loaded using this library (see schema package) and generates Go code (structs, etc) as well as the type definitions in Go code. The result should be something like this and this.
Please describe your use case
Go does not have enough information in its typing system to be able to construct an Arcaflow schema (no annotations). We need the code generator to turn the typing information into usable Go code without duplicated effort.
The text was updated successfully, but these errors were encountered: