Skip to content
CCPEDIAby Unity Nodes
Documentation/github-code/noders-team/go-damlView on github-code
github-code/noders-team/go-daml

noders-team/go-daml: docs/dev/code-generation.md

# Code Generation: from `.dar` to type-safe Go The `godaml` CLI parses a DAML archive (`.dar`) and emits type-safe Go structs for every template, record, variant and enum it contains. Using generated code instead of hand-built `map[string]interface{}` arguments is the difference between compile-time

READ ON GITHUB-CODE