Skip to content

Commit 7972f09

Browse files
committed
document config
1 parent cfb8ad3 commit 7972f09

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/config.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// Package config defines a configuration engine based on JavaScript. A
2+
// configuration is built from a set of JavaScript source files and executed
3+
// to generate a state object, which is provided to components such as the
4+
// reconfigurer for resolving state changes. JavaScript is used so certain
5+
// common expressions can be re-used, or targets can be conditionally resolved
6+
// based on input variables such as the machine's hostname.
17
package config
28

39
import (

0 commit comments

Comments
 (0)