go.internal.pkgbits 1.24.13.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package go.internal.pkgbits --version 1.24.13.1
                    
NuGet\Install-Package go.internal.pkgbits -Version 1.24.13.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="go.internal.pkgbits" Version="1.24.13.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="go.internal.pkgbits" Version="1.24.13.1" />
                    
Directory.Packages.props
<PackageReference Include="go.internal.pkgbits" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add go.internal.pkgbits --version 1.24.13.1
                    
#r "nuget: go.internal.pkgbits, 1.24.13.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package go.internal.pkgbits@1.24.13.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=go.internal.pkgbits&version=1.24.13.1
                    
Install as a Cake Addin
#tool nuget:?package=go.internal.pkgbits&version=1.24.13.1
                    
Install as a Cake Tool

go.internal.pkgbits

C# package converted from the Go standard library by go2cs.

Tests Docs
Source Source

Package pkgbits implements low-level coding abstractions for Unified IR's export data format.

At a low-level, a package is a collection of bitstream elements. Each element has a "kind" and a dense, non-negative index. Elements can be randomly accessed given their kind and index.

Individual elements are sequences of variable-length values (e.g., integers, booleans, strings, go/constant values, cross-references to other elements). Package pkgbits provides APIs for encoding and decoding these low-level values, but the details of mapping higher-level Go constructs into elements is left to higher-level abstractions.

Elements may cross-reference each other with "relocations." For example, an element representing a pointer type has a relocation referring to the element type.

Go constructs may be composed as a constellation of multiple elements. For example, a declared function may have one element to describe the object (e.g., its name, type, position), and a separate element to describe its function body. This allows readers some flexibility in efficiently seeking or re-reading data (e.g., inlining requires re-reading the function body for each inlined call, without needing to re-read the object-level details).


Copyright 2009 The Go Authors. All rights reserved. This C# package is converted from Go standard library source; use of that source is governed by a BSD-style license that can be found in the LICENSE file.

Artwork licensed under Creative Commons Attribution 3.0; see artwork attribution.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on go.internal.pkgbits:

Package Downloads
go.go.internal.gcimporter

go.internal.gcimporter (net10.0 - Release) -- C# project converted from Go source

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.24.13.2 35 9/24/2026
1.24.13.1 56 9/24/2026
1.23.12.3 128 9/8/2026
1.23.12.2 115 8/29/2026
1.23.12.1 115 8/26/2026
1.23.1.7 130 8/23/2026
1.23.1.6 133 8/11/2026
1.23.1.5 129 8/9/2026
1.23.1.4 127 8/8/2026
1.23.1.3 144 8/4/2026
1.23.1.2 150 7/27/2026
1.23.1.1 143 7/14/2026