Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use Go idiomatic naming for Architecture consts #379

Merged
merged 1 commit into from
Sep 25, 2024
Merged

use Go idiomatic naming for Architecture consts #379

merged 1 commit into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. use Go idiomatic naming for Architecture consts

    Updates the `ARCHITECTURE_SMP` and `ARCHITECTURE_NUMA` constants to
    `ArchitectureSMP` and `ArchitectureNUMA`, respectively, to align with
    idiomatic Go naming conventions.
    
    For backwards-compat, keeps `ARCHITECTURE_SMP` and `ARCHITECTURE_NUMA`
    in the aliased variables for a few releases. These will be discarded
    when we cut a v1.0 series.
    
    Signed-off-by: Jay Pipes <jaypipes@gmail.com>
    jaypipes committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e47d613 View commit details
    Browse the repository at this point in the history