Fixing some golint issues on the new validate command

This commit is contained in:
stack72 2016-02-08 22:04:24 +00:00
parent d3daf3e917
commit 1628f19bc1
2 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,9 @@ package command
import (
"fmt"
"github.com/hashicorp/terraform/config"
"path/filepath"
"github.com/hashicorp/terraform/config"
)
// ValidateCommand is a Command implementation that validates the terraform files

View File

@ -1,9 +1,10 @@
package command
import (
"github.com/mitchellh/cli"
"strings"
"testing"
"github.com/mitchellh/cli"
)
func setupTest(fixturepath string) (*cli.MockUi, int) {