diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2015-10-23 00:35:11 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2015-10-23 00:35:11 +0200 |
commit | bdd9a92789d4a86b20a8d3df462df373f41acf23 (patch) | |
tree | 02d06216eba1b85a5b3c10af0865c6f4761a6464 /common_test.go | |
parent | b359f11ea09e642695edcd114b463da4395b10c1 (diff) | |
download | go-git-bdd9a92789d4a86b20a8d3df462df373f41acf23.tar.gz |
new remote abstraction
Diffstat (limited to 'common_test.go')
-rw-r--r-- | common_test.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common_test.go b/common_test.go new file mode 100644 index 0000000..3f25ad9 --- /dev/null +++ b/common_test.go @@ -0,0 +1,9 @@ +package git + +import ( + "testing" + + . "gopkg.in/check.v1" +) + +func Test(t *testing.T) { TestingT(t) } |