2019-07-01 08:44:48 +00:00
|
|
|
// +build !windows,!linux,!darwin
|
|
|
|
|
2019-07-04 07:36:35 +00:00
|
|
|
package manager
|
2019-07-01 08:44:48 +00:00
|
|
|
|
2019-07-03 05:51:30 +00:00
|
|
|
import (
|
|
|
|
"git.rootprojects.org/root/go-serviceman/service"
|
|
|
|
)
|
|
|
|
|
|
|
|
func install(c *service.Service) error {
|
2019-07-01 08:44:48 +00:00
|
|
|
return nil, nil
|
|
|
|
}
|