blob: 065c29db8d397d13b2e7cdecf88db13eb3121f39 [file] [log] [blame]
#!/usr/bin/env bash
# Copyright 2016 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
set -e
readonly SCRIPT_ROOT="$(cd $(dirname ${BASH_SOURCE[0]} ) && pwd)"
readonly TOOL_NAME="go/bin/go"
source "${SCRIPT_ROOT}/exec_tool.sh"