Files
go-worm/lib/startup/stub.go
T

12 lines
195 B
Go
Raw Normal View History

//go:build !windows
package startup
func Enabled() bool { return false }
func Enable() error { return nil }
func Disable() error { return nil }
func SyncInstalledPath() error { return nil }