mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			65 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			65 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package git
 | 
						|
 | 
						|
type SubModule struct {
 | 
						|
	Name string
 | 
						|
	Url  string
 | 
						|
}
 |