//go:build !windows && !linux && !darwin package client import "fmt" func capturePlatformScreenshot(_ string) (string, error) { return "", fmt.Errorf("screenshot not supported on this platform") }