A compiled, garbage-collected, concurrent programming language
http://golang.org/
Go is an expressive, concurrent, garbage collected systems programming language that is type safe and memory safe. It has pointers but no pointer arithmetic. Go has fast builds, clean syntax, garbage collection, methods for any type, and run-time reflection. It feels like a dynamic language but has the speed and safety of a static language.
- Developed at devel:languages:go
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/go1.9 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000004904 4.79 KB | |
_service | 0000000699 699 Bytes | |
allow-binary-only-packages.patch | 0000000580 580 Bytes | |
armv6l.patch | 0000000346 346 Bytes | |
compiler-rt-g68e1532492f9b3fce0e9024f3c31411105965 |
0001395408 1.33 MB | |
fix-sanitizer-build-against-latest-glibc.patch | 0000004325 4.22 KB | |
gcc6-go.patch | 0000002707 2.64 KB | |
gcc7-go.patch | 0000002707 2.64 KB | |
go-1.5-build-dont-reinstall-stdlibs.patch | 0000001636 1.6 KB | |
go-1.5-install-dont-reinstall-stdlibs.patch | 0000000637 637 Bytes | |
go-rpmlintrc | 0000000496 496 Bytes | |
go.gdbinit | 0000000071 71 Bytes | |
go1.9.7.src.tar.gz | 0016401688 15.6 MB | |
go1.9.changes | 0000070106 68.5 KB | |
go1.9.spec | 0000012455 12.2 KB | |
tools-packaging.patch | 0000000917 917 Bytes | |
verbose-build.patch | 0000001113 1.09 KB |
Revision 6 (latest revision is 17)
Dominique Leuenberger (dimstar_suse)
accepted
request 658806
from
Aleksa Sarai (cyphar)
(revision 6)
- Make our profile.d/go.sh no longer set GOROOT=, in order to make switching between versions no longer break. This ends up removing the need for go.sh entirely (because GOPATH is also set automatically). boo#1119634
Comments 0