use gopkg.in/check.v1

This commit is contained in:
Nathan Youngman 2014-09-23 21:19:56 -06:00
parent 2b9b369f9a
commit a706b00c10

View File

@ -1,8 +1,9 @@
package main
import (
. "launchpad.net/gocheck"
"testing"
. "gopkg.in/check.v1"
)
func Test(t *testing.T) { TestingT(t) }