()
| 6 | ) |
| 7 | |
| 8 | func main() { |
| 9 | slog.Info("generating example env file") |
| 10 | generateExampleEnv() |
| 11 | slog.Info("generating config reference markdown file") |
| 12 | generateMarkdown() |
| 13 | } |
| 14 | |
| 15 | func walkAndBuild[T any](parent reflect.Type, parentValue reflect.Value, |
| 16 | parentPath string, entries *[]T, |
nothing calls this directly
no test coverage detected