go 242 B

1234567
  1. #!/bin/sh
  2. #
  3. # This script acts like the "go" command, but uses Tailscale's
  4. # currently-desired version from https://github.com/tailscale/go,
  5. # downloading it first if necessary.
  6. exec "$(dirname "$0")/../tool/gocross/gocross-wrapper.sh" "$@"