//go:build !windows package main import "errors" func runGUI() error { return errors.New("GUI mode is only supported on Windows") }