golint: Fix some golint issues

This commit is contained in:
James Shubin
2016-12-21 03:10:25 -05:00
parent b3ea33f88d
commit 19760be0bc
6 changed files with 21 additions and 26 deletions

View File

@@ -32,7 +32,8 @@ import (
const (
// PuppetYAMLBufferSize is the maximum buffer size for the yaml input data
PuppetYAMLBufferSize = 65535
Debug = false // FIXME: integrate with global debug flag
// Debug is a local debug constant used in this module
Debug = false // FIXME: integrate with global debug flag
)
func runPuppetCommand(cmd *exec.Cmd) ([]byte, error) {