6 lines
77 B
Makefile
6 lines
77 B
Makefile
install:
|
|
dep ensure
|
|
|
|
test:
|
|
go test -v github.com/localhots/bocadillo/tests
|