mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 08:21:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			101 B
		
	
	
	
		
			Go
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			101 B
		
	
	
	
		
			Go
		
	
	
	
		
			Vendored
		
	
	
	
// +build !go1.2
 | 
						|
 | 
						|
package gcfg
 | 
						|
 | 
						|
type textUnmarshaler interface {
 | 
						|
	UnmarshalText(text []byte) error
 | 
						|
}
 |