mirror of
https://github.com/therootcompany/serviceman.git
synced 2025-12-25 14:08:39 +00:00
8 lines
105 B
Go
8 lines
105 B
Go
// +build !windows,!linux,!darwin
|
|
|
|
package installer
|
|
|
|
func install(c *Config) error {
|
|
return nil, nil
|
|
}
|