sys-info

command
v0.0.0-...-d2a29b3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package main implements a system information display utility that shows comprehensive details about the operating system, hardware, and Go runtime.

The sys-info utility provides essential system information including:

  • Operating system and architecture detection
  • CPU core count information
  • Go compiler and runtime details
  • Build target information
  • Go build information and module details

Usage:

sys-info

Output includes:

  • Operating System (e.g., windows, linux, darwin)
  • Architecture (e.g., amd64, arm64, 386)
  • Number of CPU cores available
  • Go compiler version and type
  • Build target platform
  • Detailed build information from debug.ReadBuildInfo()

This tool is useful for system diagnostics, environment verification, and debugging deployment issues across different platforms.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL