Bump Gorilla Handlers to v1.5.1
.
Signed-off-by: olegburov <oleg.burov@outlook.com>
This commit is contained in:
parent
f4506b517a
commit
03aaf6ab51
24 changed files with 1732 additions and 338 deletions
10
vendor/github.com/felixge/httpsnoop/Makefile
generated
vendored
Normal file
10
vendor/github.com/felixge/httpsnoop/Makefile
generated
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
.PHONY: ci generate clean
|
||||
|
||||
ci: clean generate
|
||||
go test -v ./...
|
||||
|
||||
generate:
|
||||
go generate .
|
||||
|
||||
clean:
|
||||
rm -rf *_generated*.go
|
Loading…
Add table
Add a link
Reference in a new issue