gofmt cleanup on imports.

This commit is contained in:
Sean Chittenden 2016-12-12 15:21:20 -08:00
parent 2ecd42c0be
commit ce60c4fede
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16
1 changed files with 1 additions and 2 deletions

View File

@ -2,11 +2,10 @@ package postgresql
import (
"database/sql"
"errors"
"fmt"
"testing"
"errors"
"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform"
)