mirror of
https://github.com/aler9/gortsplib
synced 2025-12-24 13:38:08 +08:00
remove make run, make go-mod-tidy (#797)
This commit is contained in:
1
Makefile
1
Makefile
@@ -8,7 +8,6 @@ help:
|
||||
@echo ""
|
||||
@echo "available actions:"
|
||||
@echo ""
|
||||
@echo " mod-tidy run go mod tidy"
|
||||
@echo " format format source files"
|
||||
@echo " test run tests"
|
||||
@echo " test-32 run tests on a 32-bit system"
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
mod-tidy:
|
||||
docker run --rm -it -v $(shell pwd):/s -w /s $(BASE_IMAGE) \
|
||||
sh -c "apk add git && GOPROXY=direct go mod tidy"
|
||||
Reference in New Issue
Block a user