config: comments

This commit is contained in:
Mitchell Hashimoto 2014-07-22 08:43:16 -07:00
parent 61938c070f
commit f9e6754763
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ type Output struct {
RawConfig *RawConfig
}
// VariableType is the type of value a variable is holding, and returned
// by the Type() function on variables.
type VariableType byte
const (