Go programming language compiler and tools
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.14 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000004904 4.79 KB | |
_service | 0000000629 629 Bytes | |
_servicedata | 0000000226 226 Bytes | |
gcc6-go.patch | 0000003049 2.98 KB | |
gcc7-go.patch | 0000002985 2.92 KB | |
go-rpmlintrc | 0000000496 496 Bytes | |
go.gdbinit | 0000000071 71 Bytes | |
go1.14.15.src.tar.gz | 0022557340 21.5 MB | |
go1.14.changes | 0000021594 21.1 KB | |
go1.14.spec | 0000013421 13.1 KB | |
go1.x-prefer-etc-hosts-over-dns.patch | 0000001211 1.18 KB | |
llvm-0fb8a5356214c47bbb832e89fbb3da1c755eeb73.tar. |
0002129944 2.03 MB | |
reproducible.patch | 0000000826 826 Bytes | |
tools-packaging.patch | 0000000787 787 Bytes |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1168336
from
Jeff Kowalczyk (jfkw)
(revision 18)
Add reproducible.patch to avoid build-time race (boo#1102408) Workaround variations in build results between -j1 and -j4 builds. Compilation time on 4-core VM increases from 211 to 322 seconds, while 1-core VM remains at 519 s. This patch applies to go1.15, go1.14 and go1.13 packages. (forwarded request 1167936 from bmwiedemann)
Comments 0