mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			101 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			101 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // +build go1.2
 | |
| 
 | |
| package gcfg
 | |
| 
 | |
| import (
 | |
| 	"encoding"
 | |
| )
 | |
| 
 | |
| type textUnmarshaler encoding.TextUnmarshaler
 |