diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-12-19 17:58:06 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-12-19 17:58:06 +0000 |
commit | 3de67491d067b6984b8b2e1f4a3eafddc253559a (patch) | |
tree | 8edda35b036f0d0bbaeb6dae6dbed7510d4495ea /lang/go116/DESCR | |
parent | ee89aaeb1e806f1d36fd0f066dbe3498dd4a607a (diff) | |
download | pkgsrc-3de67491d067b6984b8b2e1f4a3eafddc253559a.tar.gz |
Add a package for go116-1.16.beta1.
Normally, we would not package beta versions, except maybe in pkgsrc-wip.
This is different though, since 1.16.beta1 is the first Go version supporting
macOS on Apple Silicon.
Discussion about this was on tech-pkg@.
Diffstat (limited to 'lang/go116/DESCR')
-rw-r--r-- | lang/go116/DESCR | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/go116/DESCR b/lang/go116/DESCR new file mode 100644 index 00000000000..64718918eb0 --- /dev/null +++ b/lang/go116/DESCR @@ -0,0 +1,13 @@ +The Go programming language is an open source project to make +programmers more productive. + +Go is expressive, concise, clean, and efficient. Its concurrency +mechanisms make it easy to write programs that get the most out of +multicore and networked machines, while its novel type system enables +flexible and modular program construction. Go compiles quickly to +machine code yet has the convenience of garbage collection and the power +of run-time reflection. It's a fast, statically typed, compiled language +that feels like a dynamically typed, interpreted language. + +NOTE: THIS IS A BETA RELEASE. It is provided as part of pkgsrc to support +macOS on Apple Silicon (Darwin/aarch64) only. |