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
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/go1.15 && 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.15.6.src.tar.gz | 0023019337 22 MB | |
go1.15.changes | 0000012629 12.3 KB | |
go1.15.spec | 0000013352 13 KB | |
go1.x-prefer-etc-hosts-over-dns.patch | 0000001211 1.18 KB | |
llvm-6c75db8b4bc59eace18143ce086419d37da24746.tar. |
0002158408 2.06 MB | |
tools-packaging.patch | 0000000787 787 Bytes |
Revision 7 (latest revision is 19)
Dominique Leuenberger (dimstar_suse)
accepted
request 852978
from
Jeff Kowalczyk (jfkw)
(revision 7)
- go1.15.6 (released 2020-12-03) includes fixes to the compiler, linker, runtime, the go command, and the io package. Refs boo#1175132 go1.15 release tracking * go#42948 cmd/link: unexpected bindingNone in '_go.buildid' * go#42753 cmd/compile: ICE due to bad ORL constant * go#42636 runtime: infinite loop in lockextra on linux/amd64 * go#42567 cmd/go: allow flags in CGO_LDFLAGS environment variable not in security allowlist * go#42550 io: Copy leaves file zero bytes in Azure AKS with CIFS - Go1.15 regression * go#42521 cmd/link: debug_line can contain multiple entries for the same PC address in Go 1.15.4 * go#42369 internal/poll: CopyFileRange returns EIO on CentOS 7 ( Linux Kernel 3.10.0-1127) when io.Copy in mounted CIFS
Comments 0