A compiled, garbage-collected, concurrent programming language
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.
- Sources inherited from project SUSE:SLE-15:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP1:GA/go1.8 && 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 | 0000000546 546 Bytes | |
armv6l.patch | 0000000356 356 Bytes | |
compiler-rt-g68e1532492f9b3fce0e9024f3c31411105965 |
0001395408 1.33 MB | |
fix-sanitizer-build-against-latest-glibc.patch | 0000004325 4.22 KB | |
fix_certificates_lookup.patch | 0000000842 842 Bytes | |
gcc6-go.patch | 0000002956 2.89 KB | |
gcc7-go.patch | 0000002974 2.9 KB | |
go-1.5-build-dont-reinstall-stdlibs.patch | 0000001207 1.18 KB | |
go-1.5-install-dont-reinstall-stdlibs.patch | 0000000581 581 Bytes | |
go-rpmlintrc | 0000000496 496 Bytes | |
go.gdbinit | 0000000071 71 Bytes | |
go.sh | 0000000623 623 Bytes | |
go1.8.7.src.tar.gz | 0015359792 14.6 MB | |
go1.8.changes | 0000067378 65.8 KB | |
go1.8.spec | 0000013473 13.2 KB | |
runtime-bump-MaxGomaxprocs.patch | 0000001240 1.21 KB | |
tools-packaging.patch | 0000000829 829 Bytes | |
verbose-build.patch | 0000000972 972 Bytes |
Latest Revision
Stefan Behlert (sbehlert)
committed
(revision 5)
- update to go1.8.7 (released 2018/02/07) includes a security fix to “go get” (bsc#1080006 - (CVE-2018-6574)). - update to go1.8.6 (released 2018/01/22) includes the the same fix in math/big as Go 1.9.3 and was released at the same time. - fix bsc#1082409: Review dependencies (requires, recommends and supports)
Comments 0