This website requires JavaScript.
Explore
Help
Sign In
TheArchive
/
tailscale
Watch
1
Star
0
Fork
0
You've already forked tailscale
mirror of
https://github.com/tailscale/tailscale.git
synced
2025-07-30 07:43:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
tailscale
/
tool
/
go.cmd
3 lines
96 B
Batchfile
Raw
Normal View
History
Unescape
Escape
tool: add go toolchain wrapper for Windows go.cmd lets you run just "./tool/go" on Windows the same as Linux/Darwin. The batch script (go.md) then just invokes PowerShell which is more powerful than batch. I wanted this while debugging Windows CI performance by reproducing slow tests on my local Windows laptop. Updates tailscale/corp#28679 Change-Id: I6e520968da3cef3032091c1c4f4237f663cefcab Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2025-06-19 20:48:50 -07:00
@
echo
off
gocross for Windows Signed-off-by: Aaron Klotz <aaron@tailscale.com>
2025-07-21 14:14:02 -06:00
pwsh -NoProfile -ExecutionPolicy Bypass
"
%~dp0
..\tool\gocross\gocross-wrapper.ps1
"
%*
Reference in New Issue
Copy Permalink