awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
golang avatar

golang/go

0
View on GitHub↗
134,756 stars·19,007 forks·Go·BSD-3-Clause·34 vuesgo.dev↗

Go

Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external dependencies. The language is built around a structural type system that uses interfaces for polymorphism and a concurrency model based on lightweight, stack-based coroutines that communicate through channels.

The language distinguishes itself through a runtime that features a concurrent, low-latency garbage collector and a compiler that performs escape analysis to optimize memory allocation. It includes a comprehensive, integrated toolchain that supports the entire software lifecycle, from dependency management and versioning to profiling, testing, and diagnostic analysis. These tools are designed to maintain consistent, reproducible builds and high code quality across complex, distributed systems.

Beyond its core runtime and language features, Go provides standardized interfaces for database-driven application development, including support for connection pooling and secure query execution. The ecosystem is supported by a unified command-line interface that simplifies project organization, module distribution, and performance tuning.

The project maintains extensive documentation, including formal language specifications, memory models, and installation guides for various platforms.

Features

  • Programming Languages - Statically typed and compiled, this language simplifies building scalable, concurrent software systems.
  • Statically Typed Languages - Enforces type safety during compilation to ensure efficient and reliable machine code generation.
  • Integrated - Bundles a comprehensive suite of command-line utilities for building, testing, profiling, and managing dependencies.
  • Stack-Based Coroutine Schedulers - Multiplexes lightweight user-space threads onto OS threads using dynamically growing and shrinking stacks.
  • Channel-Based Concurrency - Facilitates safe data exchange and synchronization between concurrent processes using built-in communication channels.
  • Memory Consistency Models - Defines strict memory access rules to guarantee predictable behavior across concurrent execution threads.
  • Language Specifications - Establishes the authoritative syntax and semantic standards required for consistent implementation.
  • Type Systems - Utilizes static typing, interfaces, and generics to define robust data structures and manage type behavior.
  • Memory-Safe Systems Languages - Combines low-level hardware access with strict memory safety and concurrency rules at the language level.
  • Runtime Management Systems - Manages memory allocation, garbage collection, and concurrency primitives to ensure reliable program execution.
  • Performance Profiling Tools - Analyzes execution time, memory usage, and code coverage to identify performance bottlenecks.
  • Dependency Managers - Ensures reproducible builds and consistent environments by tracking external package versions and module requirements.
  • Static Compilation Toolchains - Compiles source code directly into self-contained, statically linked machine code binaries without external dependencies.
  • Primitives - Provides native language support for parallel execution, safe memory access, and synchronization primitives.
  • Structural - Enables polymorphism through implicit method set implementation rather than explicit inheritance hierarchies.
  • Tracing - Implements a concurrent mark-and-sweep collector that reclaims unreachable heap objects for low-latency memory management.
  • Development Tooling CLIs - Coordinates the build, test, documentation, and maintenance of source code projects through a unified interface.
  • Semantic Versioning Systems - Applies semantic versioning standards to track compatibility and breaking changes across software releases.
  • Garbage Collection Tuning - Adjust runtime parameters to balance latency, throughput, and memory footprint through fine-grained control over heap reclamation cycles.
  • Escape Analysis - Performs compiler-level analysis to determine object lifetimes and optimize memory allocation between stack and heap.
  • Diagnostic Toolchains - Integrates testing, coverage profiling, and diagnostic tools to detect logic errors and performance issues.
  • Code Analysis and Linting - Standard tool for checking common Go code errors.
  • Code Generation - Generates String methods for enum types.
  • Core Language Tools - The official Go compiler and standard library source code.
  • Outils de développement - The official source code repository and primary language toolchain.
  • Import Management - Official tool for grouping and sorting imports.
  • Language Compilers - Main repository for the statically typed systems language.
  • Language Core and Tooling - The official Go programming language source code.
  • Language Support - Official Go compiler support for WebAssembly.
  • Programming Language Guides - Official language standards and idiomatic Go practices.
  • Refactoring Tools - Provides formatting and symbol replacement for refactoring.
  • Apprentissage et référence - The Go programming language repository.
  • More to explore - The Go programming language repository.
  • Relational Database Connectors - Standardize database interactions through built-in interfaces that facilitate seamless querying and data retrieval from relational storage systems.
  • High-Performance Services - Construct highly concurrent network services that leverage efficient memory usage and low-latency execution for demanding production environments.
  • Database Drivers - Maintain robust database connectivity using standardized drivers that support secure transactions and efficient connection pooling.
  • Profile-Guided Optimizations - Optimize instruction layout and branch prediction by incorporating runtime execution feedback into the compilation process.
  • Connection Pool Managers - Regulate database connection lifecycles and pool settings to maintain stable resource utilization during high-volume operations.
  • Package Distribution Workflows - Streamline the development, versioning, and distribution of reusable code modules to support collaborative software ecosystems.

Historique des stars

Graphique de l'historique des stars pour golang/goGraphique de l'historique des stars pour golang/go

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Go

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Go.
  • vinta/awesome-pythonAvatar de vinta

    vinta/awesome-python

    303,207Voir sur GitHub↗

    This project is a comprehensive, community-curated directory that organizes a vast landscape of Python software libraries, frameworks, and tools. It serves as a centralized knowledge base designed to facilitate ecosystem navigation and accelerate developer discovery across the entire software development lifecycle. The directory distinguishes itself by providing a structured index of resources categorized by technical domain, ranging from foundational development utilities to specialized engineering fields. It covers high-level capabilities including artificial intelligence, data science, web

    Pythonawesomecollectionspython
    Voir sur GitHub↗303,207
  • avelino/awesome-goAvatar de avelino

    avelino/awesome-go

    175,576Voir sur GitHub↗

    This project serves as a comprehensive language ecosystem index, functioning as a centralized, community-curated directory for the Go programming language. It organizes a vast landscape of software components, libraries, and development tools into a structured, navigable hierarchy, enabling developers to efficiently discover resources tailored to specific functional domains. The repository distinguishes itself through a decentralized contribution model, where community-driven updates ensure the index remains current with the rapidly evolving software landscape. Beyond simple resource listing,

    Goawesomeawesome-listgo
    Voir sur GitHub↗175,576
  • julialang/juliaAvatar de JuliaLang

    JuliaLang/julia

    48,856Voir sur GitHub↗

    Julia is a high-performance, dynamic programming language designed for scientific computing, data analysis, and complex mathematical modeling. It provides a specialized runtime environment that manages memory allocation and parallel processing, utilizing a just-in-time compiler to translate high-level source code into optimized machine instructions. This architecture allows the language to achieve execution speeds comparable to statically compiled languages while maintaining the flexibility of a dynamic scripting environment. The language is distinguished by its multiple dispatch system, whic

    Juliahacktoberfesthpcjulia
    Voir sur GitHub↗48,856
  • python-poetry/poetryAvatar de python-poetry

    python-poetry/poetry

    34,282Voir sur GitHub↗

    Poetry is a comprehensive dependency manager and packaging tool for Python projects. It functions as a configuration engine that resolves complex dependency graphs, manages isolated virtual environments, and ensures reproducible builds through deterministic lock file generation. By centralizing project metadata and build requirements into a single configuration file, it provides a unified workflow for managing the entire lifecycle of a Python codebase. The project distinguishes itself through its constraint-based solver, which evaluates environment markers and version requirements to maintain

    Pythondependency-managerpackage-managerpackaging
    Voir sur GitHub↗34,282
Voir les 30 alternatives à Go→

Questions fréquentes

Que fait golang/go ?

Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external dependencies. The language is built around a structural type system that uses interfaces for polymorphism and a concurrency model based on lightweight,…

Quelles sont les fonctionnalités principales de golang/go ?

Les fonctionnalités principales de golang/go sont : Programming Languages, Statically Typed Languages, Integrated, Stack-Based Coroutine Schedulers, Channel-Based Concurrency, Memory Consistency Models, Language Specifications, Type Systems.

Quelles sont les alternatives open-source à golang/go ?

Les alternatives open-source à golang/go incluent : vinta/awesome-python — This project is a comprehensive, community-curated directory that organizes a vast landscape of Python software… avelino/awesome-go — This project serves as a comprehensive language ecosystem index, functioning as a centralized, community-curated… julialang/julia — Julia is a high-performance, dynamic programming language designed for scientific computing, data analysis, and… python-poetry/poetry — Poetry is a comprehensive dependency manager and packaging tool for Python projects. It functions as a configuration… crystal-lang/crystal — Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It… carbon-language/carbon-lang — Carbon is an experimental, compiled systems programming language designed as a successor to C++. It focuses on…