Skip to content

Commit

Permalink
use gopkg.in/check.v1
Browse files Browse the repository at this point in the history
  • Loading branch information
nathany committed Sep 24, 2014
1 parent 2b9b369 commit a706b00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion version_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package main

import (
. "launchpad.net/gocheck"
"testing"

. "gopkg.in/check.v1"
)

func Test(t *testing.T) { TestingT(t) }
Expand Down

0 comments on commit a706b00

Please sign in to comment.