A compiled, garbage-collected, concurrent programming language
http://golang.org/
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-12:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Alexander_Naumov:SLE12/go && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README-openSUSE | 0000004904 4.79 KB | |
allow-binary-only-packages.patch | 0000000530 530 Bytes | |
go-build-dont-reinstall-stdlibs.patch | 0000001227 1.2 KB | |
go-install-dont-reinstall-stdlibs.patch | 0000000552 552 Bytes | |
go-wiki-gadget.xml | 0000000271 271 Bytes | |
go.changes | 0000041718 40.7 KB | |
go.sh | 0000000386 386 Bytes | |
go.spec | 0000007813 7.63 KB | |
go1.2.src.tar.gz | 0009519109 9.08 MB | |
macros.go | 0000005370 5.24 KB | |
rpmlintrc | 0000000163 163 Bytes | |
verbose-build.patch | 0000000908 908 Bytes |
Revision 1 (latest revision is 2)
Ruediger Oertel (oertel)
committed
(revision 1)
Go is a build time dependency of the docker package. It's *not* needed at runtime, so we might even avoid to ship it to customers.
Comments 0