Documentation
¶
Overview ¶
Package main provides a tool for generating Go code based on input data structures.
This package reads column headers from various sources (CSV files, JSON files, or command-line arguments) and uses them to generate a Go struct with associated methods and functions. The generated code includes filter functions, getter functions, and sorting capabilities for the struct.
Click to show internal directories.
Click to hide internal directories.