0dc3a6015c
The main "zcl" package requires a bit more care because of how many callers it has and because of its two subpackages, so we'll take care of that one separately.
8 lines
352 B
Go
8 lines
352 B
Go
// Package zclwrite deals with the problem of generating zcl configuration
|
|
// and of making specific surgical changes to existing zcl configurations.
|
|
//
|
|
// It operates at a different level of abstraction that the main zcl parser
|
|
// and AST, since details such as the placement of comments and newlines
|
|
// are preserved when unchanged.
|
|
package hclwrite
|