This commit is contained in:
Máximo Cuadros
2016-07-13 22:21:18 +02:00
parent 180da1c6df
commit bead3a606f
9 changed files with 123 additions and 76 deletions

13
common_test.go Normal file
View File

@ -0,0 +1,13 @@
package slinguist
import (
"testing"
. "gopkg.in/check.v1"
)
func Test(t *testing.T) { TestingT(t) }
type TSuite struct{}
var _ = Suite(&TSuite{})