mirror of
				https://github.com/aler9/rtsp-simple-server
				synced 2025-10-31 11:06:28 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			127 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			127 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| mod-tidy:
 | |
| 	docker run --rm -it -v $(PWD):/s -w /s $(BASE_IMAGE) \
 | |
| 	sh -c "apk add git && GOPROXY=direct go get && go mod tidy"
 | 
