Commit 4a519c95 authored by gwenn's avatar gwenn

Goimports.

parent 1a69c15b
...@@ -5,9 +5,10 @@ ...@@ -5,9 +5,10 @@
package sqlite_test package sqlite_test
import ( import (
"testing"
"github.com/bmizerany/assert" "github.com/bmizerany/assert"
. "github.com/gwenn/gosqlite" . "github.com/gwenn/gosqlite"
"testing"
) )
func TestBackup(t *testing.T) { func TestBackup(t *testing.T) {
......
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
package sqlite_test package sqlite_test
import ( import (
. "github.com/gwenn/gosqlite"
"strings" "strings"
"testing" "testing"
. "github.com/gwenn/gosqlite"
) )
func panicOnError(b *testing.B, err error) { func panicOnError(b *testing.B, err error) {
......
...@@ -5,10 +5,11 @@ ...@@ -5,10 +5,11 @@
package sqlite_test package sqlite_test
import ( import (
"github.com/bmizerany/assert"
. "github.com/gwenn/gosqlite"
"io" "io"
"testing" "testing"
"github.com/bmizerany/assert"
. "github.com/gwenn/gosqlite"
) )
func TestBlob(t *testing.T) { func TestBlob(t *testing.T) {
......
...@@ -5,10 +5,11 @@ ...@@ -5,10 +5,11 @@
package sqlite_test package sqlite_test
import ( import (
"github.com/bmizerany/assert"
. "github.com/gwenn/gosqlite"
"testing" "testing"
"time" "time"
"github.com/bmizerany/assert"
. "github.com/gwenn/gosqlite"
) )
func TestPool(t *testing.T) { func TestPool(t *testing.T) {
......
...@@ -6,10 +6,11 @@ package sqlite_test ...@@ -6,10 +6,11 @@ package sqlite_test
import ( import (
"fmt" "fmt"
"github.com/bmizerany/assert"
. "github.com/gwenn/gosqlite"
"testing" "testing"
"time" "time"
"github.com/bmizerany/assert"
. "github.com/gwenn/gosqlite"
) )
func init() { func init() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment