mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			152 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			152 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // +build windows
 | |
| 
 | |
| package command
 | |
| 
 | |
| // MakeSigUSR2Ch does nothing useful on Windows.
 | |
| func MakeSigUSR2Ch() chan struct{} {
 | |
| 	return make(chan struct{})
 | |
| }
 | 
