mirror of
				https://github.com/aler9/rtsp-simple-server
				synced 2025-10-31 19:13:22 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			87 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			87 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| lint:
 | |
| 	docker run --rm -v $(PWD):/app -w /app \
 | |
| 	$(LINT_IMAGE) \
 | |
| 	golangci-lint run -v
 | 
