2
1
mirror of https://github.com/therootcompany/serviceman.git synced 2025-12-23 13:28:40 +00:00
serviceman/installer/install_other.go

12 lines
177 B
Go

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