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.
5 lines
221 B
Go
5 lines
221 B
Go
// Package zcled provides functionality intended to help an application
|
|
// that embeds zcl to deliver relevant information to a text editor or IDE
|
|
// for navigating around and analyzing configuration files.
|
|
package hcled
|