List vendor includes separately

This commit is contained in:
Adrian Macneil 2017-01-27 23:49:06 -08:00
parent 5b0a2eeedd
commit ef4565c176
11 changed files with 24 additions and 13 deletions

View file

@ -2,10 +2,11 @@ package main
import (
"database/sql"
"github.com/stretchr/testify/require"
"net/url"
"os"
"testing"
"github.com/stretchr/testify/require"
)
func postgresTestURL(t *testing.T) *url.URL {