Go programming language compiler and tools
https://go.dev/
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:Backports:SLE-15-SP4:SLECandidates/go1.21 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000000203 203 Bytes | |
_constraints | 0000000109 109 Bytes | |
_service | 0000000674 674 Bytes | |
dont-force-gold-on-arm64.patch | 0000001164 1.14 KB | |
gcc-go.patch | 0000002518 2.46 KB | |
go-rpmlintrc | 0000000496 496 Bytes | |
go.gdbinit | 0000000073 73 Bytes | |
go1.21.13.src.tar.gz | 0026997630 25.7 MB | |
go1.21.changes | 0000052516 51.3 KB | |
go1.21.spec | 0000017070 16.7 KB | |
llvm-41cb504b7c4b18ac15830107431a0c1eec73a6b2.tar. |
0002343004 2.23 MB | |
llvm-74c2d4f6024c8f160871a2baa928d0b42415f183.tar. |
0002379184 2.27 MB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 1192313
from
Jeff Kowalczyk (jfkw)
(revision 19)
- go1.21.13 (released 2024-08-06) includes fixes to the go command, the covdata command, and the bytes package. Refs boo#1212475 go1.21 release tracking * go#68491 cmd/covdata: too many open files due to defer f.Close() in for loop * go#68474 bytes: IndexByte can return -4294967295 when memory usage is above 2^31 on js/wasm * go#68221 cmd/go: list with -export and -covermode=atomic fails to build (forwarded request 1192310 from jfkw)
Comments 0