12 lines
		
	
	
		
			175 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			175 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // +build !windows,!linux,!darwin
 | |
| 
 | |
| package manager
 | |
| 
 | |
| import (
 | |
| 	"git.rootprojects.org/root/go-serviceman/service"
 | |
| )
 | |
| 
 | |
| func install(c *service.Service) error {
 | |
| 	return nil, nil
 | |
| }
 |