mediamtx/scripts/mod-tidy.mk
2025-01-10 17:36:03 +01:00

3 lines
125 B
Makefile

mod-tidy:
docker run --rm -it -v "$(shell pwd):/s" -w /s $(BASE_IMAGE) \
sh -c "apk add git && GOPROXY=direct go mod tidy"