use gopkg.in/check.v1
This commit is contained in:
parent
2b9b369f9a
commit
a706b00c10
@ -1,8 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
. "launchpad.net/gocheck"
|
||||
"testing"
|
||||
|
||||
. "gopkg.in/check.v1"
|
||||
)
|
||||
|
||||
func Test(t *testing.T) { TestingT(t) }
|
||||
|
Loading…
Reference in New Issue
Block a user