Versions in this module
v1
Oct 28, 2024
Sep 26, 2024
Jul 23, 2024
Jul 19, 2024
Jul 17, 2024
Jun 13, 2024
Jun 4, 2024
Jun 3, 2024
Jun 3, 2024
May 31, 2024
May 31, 2024
Changes in this version
+
func KernelVersionWithContext(ctx context.Context) (string, error)
—
darwin/amd64, js/wasm, windows/amd64
+
func PlatformInformationWithContext(ctx context.Context) (platform string, family string, version string, err error)
—
linux/amd64, windows/amd64
+
func PlatformInformationWithContext(ctx context.Context) (string, string, string, error)
—
darwin/amd64, js/wasm
May 30, 2024