internal/ directory

Directories

PathSynopsis
cmd/internal/archivePackage archive implements reading of archive files generated by the Go toolchain.
cmd/internal/bioPackage bio implements common I/O abstractions used within the Go toolchain.
cmd/internal/bootstrap_test
cmd/internal/browserPackage browser provides utilities for interacting with users' browsers.
cmd/internal/buildid
cmd/internal/codesignPackage codesign provides basic functionalities for ad-hoc code signing of Mach-O files.
cmd/internal/cov
cmd/internal/cov/covcmd
cmd/internal/dwarfPackage dwarf generates DWARF debugging information.
cmd/internal/editPackage edit implements buffered position-based editing of byte slices.
cmd/internal/gcprogPackage gcprog implements an encoder for packed GC pointer bitmaps, known as GC programs.
cmd/internal/goobj
cmd/internal/moddeps
cmd/internal/notsha256Package notsha256 implements the NOTSHA256 algorithm, a hash defined as bitwise NOT of SHA256.
cmd/internal/obj
cmd/internal/objabi
cmd/internal/obj/arm
cmd/internal/obj/arm64Package arm64 implements an ARM64 assembler.
cmd/internal/objfilePackage objfile implements portable access to OS-specific executable files.
cmd/internal/obj/loong64
cmd/internal/obj/mips
cmd/internal/obj/ppc64Package ppc64 implements a PPC64 assembler that assembles Go asm into the corresponding PPC64 instructions as defined by the Power ISA 3.0B.
cmd/internal/obj/riscvCode generated by ./parse.py -go rv64_a rv64_d rv64_f rv64_i rv64_m rv64_q rv64_zba rv64_zbb rv64_zbs rv_a rv_d rv_f rv_i rv_m rv_q rv_zba rv_zbb rv_zbs rv_s rv_system rv_zicsr; DO NOT EDIT.
cmd/internal/obj/s390x
cmd/internal/obj/wasm
cmd/internal/obj/x86
cmd/internal/osinfoPackage osinfo provides OS metadata.
cmd/internal/pgoPackage pgo contains the compiler-agnostic portions of PGO profile handling.
cmd/internal/pkgpathPackage pkgpath determines the package path used by gccgo/GoLLVM symbols.
cmd/internal/pkgpattern
cmd/internal/quotedPackage quoted provides string manipulation utilities.
cmd/internal/src
cmd/internal/sys
cmd/internal/telemetryPackage telemetry is a shim package around the golang.org/x/telemetry and golang.org/x/telemetry/counter packages that has code build tagged out for cmd_go_bootstrap so that the bootstrap Go command does not depend on net (which is a dependency of golang.org/x/telemetry/counter on Windows).
cmd/internal/telemetry/counter
cmd/internal/test2jsonPackage test2json implements conversion of test binary output to JSON.
cmd/internal/testdir
Version
v1.23.4
Published
Nov 27, 2024
Platform
darwin/amd64
Last checked
1 minute ago

Tools for package owners.