go

The Go programming language (by golang)

Go Alternatives

Similar projects and alternatives to go

  • rust

    2,728 go VS rust

    Empowering everyone to build reliable and efficient software.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • CPython

    1,367 go VS CPython

    The Python programming language

  • TypeScript

    1,355 go VS TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • node

    1,035 go VS node

    Node.js JavaScript runtime βœ¨πŸ’πŸš€βœ¨

  • zig

    834 go VS zig

    General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

  • kubernetes

    Production-Grade Container Scheduling and Management

  • Caddy

    410 go VS Caddy

    Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • FrameworkBenchmarks

    Source for the TechEmpower Framework Benchmarks project

  • Nim

    352 go VS Nim

    Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

  • v

    220 go VS v

    Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io

  • cosmopolitan

    build-once run-anywhere c library

  • Gin

    157 go VS Gin

    Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

  • go-formatter

    A curated list of awesome Go frameworks, libraries and software

  • TinyGo

    97 go VS TinyGo

    Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.

  • mux

    88 go VS mux

    Discontinued A powerful HTTP router and URL matcher for building Go web servers with 🦍

  • golangci-lint

    Fast linters runner for Go

  • lo

    64 go VS lo

    πŸ’₯ A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)

  • proposal

    46 go VS proposal

    Go Project Design Documents

  • go101

    41 go VS go101

    An up-to-date (unofficial) knowledge base for Go programming self learning

  • errors

    30 go VS errors

    Discontinued Simple error handling primitives

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better go alternative or higher similarity.

go discussion

Log in or Post with
  1. User avatar
    lazarospsa
    Β· 3 months ago
    Β· Reply

    Review β˜…β˜…β˜…β˜…β˜… 10/10

  2. User avatar
    432d5d23
    Β· 3 months ago
    Β· Reply

    Review β˜…β˜…β˜…β˜…β˜… 9/10

go reviews and mentions

Posts with mentions or reviews of go. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-11.
  • Integration tests on Symfony with Testcontainers
    13 projects | dev.to | 11 Sep 2024
    The big advantages of Testcontainers in relation to Docker compose or other way of container orchestration is you can code the provisioning of container, and today already have support to Golang, Java, .NET, Node.js, Python, Rust, various other languages and of course, PHP too!
  • Let's GO!
    3 projects | dev.to | 31 Aug 2024
    https://go.dev/doc/install will take you to the installer download. https://github.com/golang/go will get you the source code if you want to put it in a custom directory. $brew install golang will install handle all of it, for you.
  • Testes de Integração no Symfony com Testcontainers
    12 projects | dev.to | 29 Aug 2024
  • Go proposal: new package providing weak pointers
    1 project | news.ycombinator.com | 27 Aug 2024
  • Rust vs Go? Which should you choose in 2024
    6 projects | dev.to | 27 Aug 2024
    Go is an open-source programming language created at Google by Robert Griesemer, Rob Pike, and Ken Thompson in 2009. It's statically typed and similar to C++ in syntax. In an interview, Rob Pike said Go was created because of the difficulty associated with concurrency operations in C++ at the time.
  • Instalando asdf e Golang no Linux
    3 projects | dev.to | 25 Aug 2024
    Sobre o Go
  • Evolve your go workspace to a real monorepo
    3 projects | news.ycombinator.com | 23 Aug 2024
    It's surprising the go tooling doesn't have a more native way to do something like this already. Upstream issue: https://github.com/golang/go/issues/50745

    Like, go already has test caching (so "only test stuff that changed" shouldn't be necessary, that should just happen), and code formatting and such is already quite fast...

    Overall, I feel like having another tool which parses my go source code is going to be slower than writing a Makefile to wrap:

        go list -f '{{.Dir}}' -m | xargs -L1 go test ./...
  • How to start contributing to Utreexo
    4 projects | dev.to | 22 Aug 2024
    Utreexo is written in Go, so having a basic knowledge and understanding of Go programming language will be an added bonus. However, if you are new to Go, you can check out these resources to know more about the language, and to understand a few basic concepts of the language Effective Go, Learn Go.
  • Golang Security Review Guide
    3 projects | dev.to | 22 Aug 2024
    go =< 1.15 has an issue with Range header that can be exploited in some contexts https://github.com/golang/go/issues/40940
  • Duck Typing (Horror) in Go
    1 project | news.ycombinator.com | 21 Aug 2024
    You can learn from the Go codebase to get a feel of why this is useful:

    https://github.com/golang/go/blob/master/src/cmd/go/internal...

  • A note from our sponsor - SaaSHub
    www.saashub.com | 17 Sep 2024
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Stats

Basic go repo stats
2137
122,793
10.0
7 days ago

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.


Sponsored
Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com

Did you konow that Go is
the 4th most popular programming language
based on number of metions?