Ross ROSS = Recommend OSS · open-source software intelligence for agents

golang/go

The Go programming language observed · 2026-08-28

github.com/golang/go · homepage · Go · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4397
  • days_rel: n/a
  • days_push: 7
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

136473 stars · 19305 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Go is an open-source, statically typed programming language developed by Google, designed for building simple, reliable, and efficient software with built-in concurrency and a robust standard library. The repository contains the language specification, compiler, runtime, and the go command-line toolchain for building, testing, and managing Go code and modules.

Use cases

  • build fast backend services and apis
  • learn a statically typed compiled language
  • write concurrent network servers
  • build cli tools that compile to a single binary
  • develop cloud-native microservices and containers
  • cross-compile binaries for linux macos and windows

When to choose

  • you need fast compilation, small static binaries, and low memory footprint
  • you want built-in concurrency with goroutines and channels
  • you are building backend services, devops tooling, or cloud infrastructure
  • you value a small language with a strong standard library and long-term compatibility guarantees

When to avoid

  • you need heavy GUI desktop application development
  • you want extensive metaprogramming, generics-heavy abstractions, or dynamic language flexibility
  • your domain relies on ecosystems in other languages like data science notebooks or mobile apps
  • you need fine-grained manual memory control

Facets

cli-tool · maturity stable

programming-language compiler developer-tools concurrency build-tool package-manager testing programming-languages developer-tools backend cloud-computing microservices windows cross-platform cli golang go-toolchain statically-typed garbage-collected standard-library google compiled-language systems-programming command-line linux macos

5 sources

Member repositories

RepositoryRoleHealth v2
golang/gomain77

For agents

markdown · JSON · MCP: product_card(name="golang/go")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem