You've never heard of Go. But Go runs everything you use.
TypeScript 7.0 shipped with a compiler written entirely in Go. After 14 years of a self-hosted TypeScript compiler, Microsoft chose Go for its simplicity, fast compilation, and shared-memory parallelism. The result: a 10x speedup that turns minute-long builds into seconds.
The containerization platform that changed how software is packaged and deployed. Daemon, CLI, and runtime — all Go.
Docker Inc. · 2013The container orchestration standard. Google open-sourced it in 2014. The entire CNCF ecosystem (150+ projects) is predominantly Go.
Google / CNCF · 2014The dominant infrastructure-as-code tool. Declarative cloud provisioning across AWS, Azure, GCP, and dozens of providers.
HashiCorp · 2014Secrets management and encryption as a service. The enterprise standard for managing credentials, certificates, and keys.
HashiCorp · 2015Service discovery, health checking, and KV store for dynamic infrastructure. Connects and configures services across clusters.
HashiCorp · 2014Workload orchestrator for microservices, containers, and batch jobs. Simpler than Kubernetes for many use cases.
HashiCorp · 2015The container runtime at the heart of Docker and Kubernetes. Industry-standard container execution.
CNCF · 2015The package manager for Kubernetes. "The apt/yum of Kubernetes." Manages charts, releases, and rollbacks.
CNCF · 2015Monitoring and alerting toolkit. The CNCF standard for metrics. Scrapes time-series data, powers Grafana dashboards worldwide.
SoundCloud / CNCF · 2012The visualization layer for Prometheus and dozens of data sources. Dashboards that run in every NOC on Earth.
Grafana Labs · 2014Distributed tracing platform. Tracks requests across microservices to find bottlenecks and latency.
Uber / CNCF · 2017GitOps continuous delivery for Kubernetes. Pulls config from Git and syncs cluster state automatically.
Intuit / CNCF · 2018Distributed key-value store. The brain of Kubernetes — stores all cluster state. Reliable, consistent, fast.
CoreOS / CNCF · 2013Web server with automatic HTTPS. Zero-config TLS via Let's Encrypt. A modern alternative to nginx.
Matt Holt · 2015Cloud-native reverse proxy and load balancer. Auto-discovers Docker containers and Kubernetes services.
Containous · 2016Service mesh for Kubernetes. Manages traffic, security, and observability between microservices.
Google / IBM / CNCF · 2017Distributed SQL database. Survives datacenter outages. Wire-compatible with PostgreSQL. Built for global scale.
Cockroach Labs · 2015Time-series database for metrics, events, and IoT. The backend for monitoring and observability pipelines.
InfluxData · 2013Distributed NewSQL database compatible with MySQL. Hybrid transactional/analytical processing at scale.
PingCAP · 2016Distributed graph database. Built for queries across highly connected data. GraphQL-native.
Dgraph Labs · 2016High-performance object storage. S3-compatible API. The storage layer for AI/ML pipelines and cloud-native apps.
MinIO Inc. · 2015Embeddable key-value store written in pure Go. Fast, persistent, designed as a RocksDB alternative.
Dgraph · 2017Microsoft's TypeScript compiler, rewritten in Go. 10x faster builds. The most high-profile Go rewrite in history.
Microsoft · 2026JavaScript/CSS bundler and minifier. 10-100x faster than Webpack. Wrote the playbook for "native JS tools."
Evan Wallace (Figma) · 2020Static site generator. Builds thousands of pages in milliseconds. Powers blogs, docs sites, and documentation worldwide.
Steve Francia · 2013Debugger for Go programs. Step through code, inspect variables, set breakpoints. The standard Go debugger.
Derek Parker · 2014Fast Go linter runner. Runs dozens of linters in parallel. The standard linting tool for Go projects.
Community · 2018Load testing tool for APIs and microservices. Scriptable in JavaScript, runs at native speed in Go.
Grafana Labs · 2017While Bun itself is Zig, its package manager and bundler components use Go. Go tools power the JS ecosystem from within.
Jarred Sumner · 2022Google's V8 team uses Go-based tooling for build infrastructure. Go powers the tools that build the browser engine.
Google · InternalCloudflare's edge compute runtime. Runs JavaScript at the edge across 300+ cities. The infrastructure is Go.
Cloudflare · 2017Go's standard library and toolchain are written in Go. The compiler, runtime, linker, and all standard tools — bootstrapped from nothing.
Google · 2009Protobuf toolchain. Lint, break, generate, and manage API schemas at scale. The modern alternative to protoc.
Buf.build · 2019Go-first GraphQL server library. Schema-first, type-safe, generated resolvers. The standard for Go + GraphQL.
99designs · 2017Go Ethereum — the most widely used Ethereum client. The backbone of the world's largest smart contract platform.
Ethereum Foundation · 2014Vendor-neutral telemetry pipeline. Collects, processes, and exports traces, metrics, and logs. CNCF standard.
CNCF · 2019Network automation framework. Used to automate network operations for the Paris 2024 Olympics infrastructure.
Production · 2024Secure infrastructure access. SSH, Kubernetes, database, and web app access with zero trust. Built for compliance.
Gravitational · 2016Meta's PyTorch build infrastructure uses Go-based tooling. Go powers the tools that build the AI frameworks.
Meta · InternalRun large language models locally. Pulls and runs Llama, Mistral, and dozens of models. The simplest way to run AI locally.
Ollama · 2023Go was born at Google. Used internally for infrastructure, networking, and large-scale services. YouTube's backend.
Microservice frameworks, routing, and geofencing. Go handles millions of ride requests per minute.
Migrated performance-critical backend services from Python to Go. 3x fewer servers, lower latency.
Workers runtime, DNS infrastructure, and edge compute. Go runs in front of 20%+ of all web traffic.
Payment infrastructure services. Go handles financial transactions at global scale with strict reliability requirements.
TypeScript 7.0 compiler. Azure infrastructure tooling. Go is now a first-class language at Microsoft.
Go doesn't get keynote speeches or viral tweets.
It doesn't trend on Hacker News or generate heated Reddit debates.
It just runs Docker, Kubernetes, Terraform, Prometheus, etcd, Vault, CockroachDB, the TypeScript compiler, Ethereum, and the infrastructure behind Google, Uber, Dropbox, Cloudflare, Stripe, and Microsoft.
You've never heard of Go. But Go has heard of you — it's been serving your requests all along.