mirror of
				https://github.com/khairul169/garage-webui.git
				synced 2025-10-31 07:09:32 +07:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			101 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			101 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| //go:build !prod
 | |
| // +build !prod
 | |
| 
 | |
| package ui
 | |
| 
 | |
| import "net/http"
 | |
| 
 | |
| func ServeUI(mux *http.ServeMux) {}
 |