Sun Mar 21 22:26:32 2021 UTC ()
go116: Remove outdated note/warning

(Go 1.16.2 is no longer a beta release only for Darwin/aarch64.)


(leot)
diff -r1.1 -r1.2 pkgsrc/lang/go116/DESCR

cvs diff -r1.1 -r1.2 pkgsrc/lang/go116/Attic/DESCR (expand / switch to unified diff)

--- pkgsrc/lang/go116/Attic/DESCR 2020/12/19 17:58:06 1.1
+++ pkgsrc/lang/go116/Attic/DESCR 2021/03/21 22:26:32 1.2
@@ -1,13 +1,10 @@ @@ -1,13 +1,10 @@
1The Go programming language is an open source project to make 1The Go programming language is an open source project to make
2programmers more productive. 2programmers more productive.
3 3
4Go is expressive, concise, clean, and efficient. Its concurrency 4Go is expressive, concise, clean, and efficient. Its concurrency
5mechanisms make it easy to write programs that get the most out of 5mechanisms make it easy to write programs that get the most out of
6multicore and networked machines, while its novel type system enables 6multicore and networked machines, while its novel type system enables
7flexible and modular program construction. Go compiles quickly to 7flexible and modular program construction. Go compiles quickly to
8machine code yet has the convenience of garbage collection and the power 8machine code yet has the convenience of garbage collection and the power
9of run-time reflection. It's a fast, statically typed, compiled language 9of run-time reflection. It's a fast, statically typed, compiled language
10that feels like a dynamically typed, interpreted language. 10that feels like a dynamically typed, interpreted language.
11 
12NOTE: THIS IS A BETA RELEASE. It is provided as part of pkgsrc to support 
13macOS on Apple Silicon (Darwin/aarch64) only.