//go:build !windows package tray import "context" func start(_ context.Context, _ *Controller) (func(), error) { return func() {}, nil }