registry_render

command
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

README

Registry → File Rendering Example

This example shows how to:

  • Define some Go types
  • Register them in x.Registry
  • Convert the registry to a single syntetic/model.GoFile
  • Render the file to Go source

Files:

  • main.go – builds a registry from local types, bridges to a file with syntetic.FromRegistryFile, and prints the rendered source.

Run:

go run ./examples/registry_render

You should see a formatted Go source file printed to stdout with the generated type declarations under package example.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL