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

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
samples:
git clone git@github.com:github/linguist.git .linguist\
test: samples
go test -v ./...