Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
go1.4.2966
go.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File go.sh of Package go1.4.2966
# go toolchain env paths libdir=lib arch=386 if [ -x /usr/lib64/go1.4 ] ; then libdir=lib64 arch=amd64 fi export GOOS="linux" case "$(uname -m)" in *86) export GOARCH=$arch ;; esac export GOROOT=/usr/$libdir/go1.4 export GOBIN=/usr/bin/ export GOPATH=/usr/share/go1.4/contrib if [ `id -u` != 0 ]; then export GOPATH=$HOME/go:/usr/share/go1.4/contrib export GOBIN=$HOME/go/bin fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor