mirror of
https://github.com/aler9/gortsplib
synced 2025-09-26 19:21:20 +08:00
6 lines
113 B
Makefile
6 lines
113 B
Makefile
lint:
|
|
docker run --rm -v $(shell pwd):/app -w /app \
|
|
-e CGO_ENABLED=0 \
|
|
$(LINT_IMAGE) \
|
|
golangci-lint run -v
|