Fixing Gofmt errors

This commit is contained in:
stack72 2015-12-17 00:33:00 +01:00
parent d4e4fb6ea0
commit 14b7559cd1
3 changed files with 3 additions and 3 deletions

View File

@ -3,12 +3,12 @@ package google
import (
"fmt"
"log"
"strings"
"github.com/hashicorp/terraform/helper/hashcode"
"github.com/hashicorp/terraform/helper/schema"
"google.golang.org/api/compute/v1"
"google.golang.org/api/googleapi"
"strings"
)
func stringHashcode(v interface{}) int {