mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Add tests for CurrentUsername() (#88)
This commit is contained in:
		
				
					committed by
					
						
						Sandro Santilli
					
				
			
			
				
	
			
			
			
						parent
						
							1cb5b0e2f6
						
					
				
				
					commit
					d318f612a9
				
			@@ -4,9 +4,7 @@
 | 
			
		||||
 | 
			
		||||
package user
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"os"
 | 
			
		||||
)
 | 
			
		||||
import "os"
 | 
			
		||||
 | 
			
		||||
func CurrentUsername() string {
 | 
			
		||||
	curUserName := os.Getenv("USER")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user