mirror of
				https://github.com/bolucat/Archive.git
				synced 2025-10-31 20:03:10 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			102 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			102 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package main
 | |
| 
 | |
| import (
 | |
| 	"github.com/filebrowser/filebrowser/v2/cmd"
 | |
| )
 | |
| 
 | |
| func main() {
 | |
| 	cmd.Execute()
 | |
| }
 | 
