mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +08:00
4 lines
123 B
Makefile
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"
|