SaaSHub helps you find the best software and product alternatives Learn more →
Go Alternatives
Similar projects and alternatives to go
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
TinyGo
Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
-
-
-
-
go discussion
go reviews and mentions
-
Building Kafka Producer-Consumer Using Go and Docker
Go is an open-source, statically typed, compiled language designed at Google for simplicity, reliability, and efficiency. It ships with a rich standard library, first-class concurrency primitives (goroutines and channels), and produces single, statically-linked binaries — making it an excellent fit for microservices and containerised workloads.
-
Show HN: Gitdot – a better GitHub. Open-source, anti-AI, and written in Rust
TBH I don't have anything more to add that hasn't already been discussed here and in previous threads: https://github.com/golang/go/issues/77273
It's probably polarizing and I honestly don't know why I felt the need to rant about it. /shrug
-
Fooling Go's X.509 Certificate Verification
I don't think that's an ongoing debate looks to me that it ended in 2019 https://github.com/golang/go/issues/31440#issuecomment-53724...
-
Goroutines in Rust
update the steps to remove the use of tokio, and include porting the scheduler and other missing parts from the go repo: https://github.com/golang/go
-
Go: Support for Generic Methods
Like IPv6 addresses, UUIDs, the list goes on. Does it mean anything that Go themselves had to invent a custom uint128 type in the standard library because they didn't want to add it to the language? There's a very long list of instances of them stonewalling it here: https://github.com/golang/go/issues/9455
-
Migrating from Go to Rust
If verbosity is a main stickler, this is coming to golang 1.28 which will cut down on verbosity drastically:
https://github.com/golang/go/issues/12854#issue-110104883
-
include-tidy: A Tool to Enforce Include-What-You-Use
Unlike Go where the language definition itself via its compiler strictly enforces the inclusion of modules (i.e., include exactly what you use, no more, no less), neither the C nor C++ language definitions have an equivalent enforcement. This can lead to two problems:
-
Understanding Singleflight in Go
d
And later I put it in https://pkg.go.dev/github.com/golang/groupcache/singleflight (groupcache was written for dl.google.com)
And a private copy in Go's net package in Jun 2013: https://github.com/golang/go/commit/61d3b2db6292581fc07a3767...
It later moved to golang.org/x/net, and later to the Go standard library (well, internal: https://pkg.go.dev/internal/singleflight)
We now even have a copy with generics in Tailscale's tree at https://pkg.go.dev/tailscale.com/util/singleflight
So many variants of that code :)
-
Toward a more POSIX-Friendly PowerShell experience
golang – The Go language and compiler.
- C++26 Shipped a SIMD Library Nobody Asked For
-
A note from our sponsor - SaaSHub
www.saashub.com | 13 Jun 2026
Stats
golang/go is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of go is Go.
Review ★★★★☆ 8/10
Review ★★★★★ 10/10
Review ★★★★★ 9/10