mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 13:38:16 -08:00
8 lines
No EOL
63 B
Makefile
8 lines
No EOL
63 B
Makefile
|
|
test:
|
|
@go test
|
|
|
|
bench:
|
|
@go test -bench=.
|
|
|
|
.PHONY: bench test |