Files
gortsplib/scripts/mod-tidy.mk
2025-01-10 17:30:07 +01:00

4 lines
123 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"