Commit 4a519c95 authored by gwenn's avatar gwenn

Goimports.

parent 1a69c15b
......@@ -5,9 +5,10 @@
package sqlite_test
import (
"testing"
"github.com/bmizerany/assert"
. "github.com/gwenn/gosqlite"
"testing"
)
func TestBackup(t *testing.T) {
......
......@@ -5,9 +5,9 @@
package sqlite_test
import (
. "github.com/gwenn/gosqlite"
"strings"
"testing"
. "github.com/gwenn/gosqlite"
)
func panicOnError(b *testing.B, err error) {
......
......@@ -5,10 +5,11 @@
package sqlite_test
import (
"github.com/bmizerany/assert"
. "github.com/gwenn/gosqlite"
"io"
"testing"
"github.com/bmizerany/assert"
. "github.com/gwenn/gosqlite"
)
func TestBlob(t *testing.T) {
......
......@@ -5,10 +5,11 @@
package sqlite_test
import (
"github.com/bmizerany/assert"
. "github.com/gwenn/gosqlite"
"testing"
"time"
"github.com/bmizerany/assert"
. "github.com/gwenn/gosqlite"
)
func TestPool(t *testing.T) {
......
......@@ -6,10 +6,11 @@ package sqlite_test
import (
"fmt"
"github.com/bmizerany/assert"
. "github.com/gwenn/gosqlite"
"testing"
"time"
"github.com/bmizerany/assert"
. "github.com/gwenn/gosqlite"
)
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