23bd0d0c56
* feat: switch glide to govendor. * fix: testing
5 lines
33 B
Makefile
5 lines
33 B
Makefile
test: unit
|
|
|
|
unit:
|
|
@(go test -v)
|