freeconf / yang

Standards-based management for Golang microservices
Apache License 2.0
38 stars 15 forks source link

Better list-flag handling for val/format.go #91

Closed HRogge closed 10 months ago

HRogge commented 11 months ago

This PR makes the "list format" flag of val/format.go a private constant and moves the compiler to a new transformer function in val/format.go It also slightly improved the string output for illegal/unknown formats to easy debugging.