mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-14 01:46:18 -07:00
feat: add Gopkg manifests, move fixtures to testdata, add vendor dependencies
This commit is contained in:
parent
ba1cf6a030
commit
127eb5cfbc
68 changed files with 534 additions and 68 deletions
8
vendor/github.com/tj/go-debug/Makefile
generated
vendored
Normal file
8
vendor/github.com/tj/go-debug/Makefile
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
test:
|
||||
@go test
|
||||
|
||||
bench:
|
||||
@go test -bench=.
|
||||
|
||||
.PHONY: bench test
|
||||
Loading…
Add table
Add a link
Reference in a new issue