//go:build !windows package main // webView2Version is a Windows question; elsewhere the browser engine comes // with the platform. func webView2Version() string { return "n/a" } // windowsVersion is a Windows question too. func windowsVersion() string { return "n/a" } // edgePolicyNotes is a Windows question too. func edgePolicyNotes() string { return "n/a" } // edgeExecutionBlocked is a Windows question too. func edgeExecutionBlocked() string { return "" }