golang/go
The Go programming language 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
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
- readme: https://github.com/golang/go · fetched 2026-08-28 · 8247b7c5de1e
- homepage: https://go.dev · fetched 2026-08-28 · d9c414dcb5ff
- site_page: https://go.dev/doc/install/ · fetched 2026-08-28 · 70974e392a8b
- site_page: https://pkg.go.dev/about · fetched 2026-08-28 · 757852027879
- site_page: https://go.dev/project · fetched 2026-08-28 · d5ca00bb378b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| golang/go | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem