commit 372b154f69ea7df60500cffeb48976fcb15c51a1
parent 43801008b67bee63ffb55531ebe39df39946a22b
Author: decentral1se <decentral1se@web>
Date: Sat, 3 Aug 2024 14:47:14 +0200
drop and
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Go.mdwn b/Go.mdwn
@@ -1,6 +1,6 @@
Go is a general-purpose programming language created in 2007 designed primarily for the needs of server-side networked application programming.
-Go is often favoured for its portability, relative simplicity, ease of concurrent programming and performance and fast build times.
+Go is often favoured for its portability, relative simplicity, ease of concurrent programming, performance and fast build times.
There are several major implementations: [gc](https://go.googlesource.com/go), [gccgo](https://github.com/golang/gofrontend), [gollvm](https://go.googlesource.com/gollvm/), [GopherJS](https://github.com/gopherjs/gopherjs) and [TinyGo](https://tinygo.org).