2
1
mirror of https://github.com/therootcompany/serviceman.git synced 2025-12-24 05:48:39 +00:00
serviceman/manager/install_other.go
2019-07-04 01:36:35 -06:00

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
}