We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184a2e2 commit 6d4a40cCopy full SHA for 6d4a40c
utils/shell_resolve_nonwindows.go
@@ -0,0 +1,7 @@
1
+//go:build !windows
2
+
3
+package utils
4
5
+func resolveWindowsShellBinary(name string) string {
6
+ return ""
7
+}
0 commit comments