2
1
mirror of https://github.com/therootcompany/serviceman.git synced 2025-12-25 14:08:39 +00:00
serviceman/installer/install_other.go

8 lines
105 B
Go

// +build !windows,!linux,!darwin
package installer
func install(c *Config) error {
return nil, nil
}