Fix bad gofmt'ing.

This commit is contained in:
Will Rouesnel 2018-03-06 23:21:15 +11:00
parent fa2c1e8f0f
commit 9118b7c814

View File

@ -3,11 +3,13 @@
package main
import (
. "gopkg.in/check.v1"
"testing"
"github.com/blang/semver"
. "gopkg.in/check.v1"
"os"
"github.com/blang/semver"
)
// Hook up gocheck into the "go test" runner.