mediamtx/scripts/mod-tidy.mk

4 lines
117 B
Makefile
Raw Normal View History

2022-08-23 07:42:25 +00:00
mod-tidy:
docker run --rm -it -v $(PWD):/s -w /s $(BASE_IMAGE) \
2023-03-23 10:30:10 +00:00
sh -c "apk add git && GOPROXY=direct go mod tidy"