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:Leap:16.0:FactoryCandidates/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.6.src.tar.gz | 0027058459 25.8 MB | |
go1.21.changes | 0000044776 43.7 KB | |
go1.21.spec | 0000016903 16.5 KB | |
llvm-41cb504b7c4b18ac15830107431a0c1eec73a6b2.tar. |
0002343004 2.23 MB | |
llvm-74c2d4f6024c8f160871a2baa928d0b42415f183.tar. |
0002379184 2.27 MB |
Revision 10 (latest revision is 19)
Ana Guerrero (anag+factory)
accepted
request 1137841
from
Jeff Kowalczyk (jfkw)
(revision 10)
- go1.21.6 (released 2024-01-09) includes fixes to the compiler, the runtime, and the crypto/tls, maps, and runtime/pprof packages. Refs boo#1212475 go1.21 release tracking * go#63911 x/build,os/signal: TestDetectNohup and TestNohup fail on replacement darwin LUCI builders * go#64410 runtime: ReadMemStats fatal error: mappedReady and other memstats are not equal * go#64472 cmd/compile: linux/s390x: inlining bug in s390x * go#64475 maps: maps.Clone reference semantics when cloning a map with large value types * go#64561 runtime: excessive memory use between 1.21.0 -> 1.21.1 * go#64567 cmd/compile: max/min builtin broken when used with string(byte) conversions * go#64609 runtime/pprof: incorrect function names for generics functions * go#64719 crypto: upgrade to BoringCrypto fips-20220613 and enable TLS 1.3 * go#64757 runtime: race condition raised with parallel tests, panic(nil) and -race (forwarded request 1137838 from jfkw)
Comments 0