mirror of
https://github.com/golang/go.git
synced 2025-05-30 19:52:53 +00:00
9 lines
205 B
Bash
Executable File
9 lines
205 B
Bash
Executable File
#!/bin/bash
|
|
# Copyright 2009 The Go 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
|
|
bash make.bash
|
|
bash run.bash
|