Go là ngôn ngữ lập trình do Google tạo ra (2009), biên dịch (compiled), statically typed, cú pháp đơn giản.
Ưu điểm: tốc độ gần C/C++, concurrency mạnh (goroutines), binary đơn (không cần runtime), stdlib phong phú, phù hợp cho microservices, cloud tools, APIs.
Go is a compiled, statically typed programming language created by Google in 2009, with a clean and simple syntax.
Key strengths: near C/C++ performance, powerful built-in concurrency (goroutines), single self-contained binary (no runtime needed), a rich standard library, and excellent fit for microservices, cloud tooling, and APIs.