Imports of package cgotest

PathSynopsis
C
cmd/cgo/internal/test/gcc68255
cmd/cgo/internal/test/issue23555a
cmd/cgo/internal/test/issue23555b
cmd/cgo/internal/test/issue26213
cmd/cgo/internal/test/issue26430
cmd/cgo/internal/test/issue26743
cmd/cgo/internal/test/issue27340
cmd/cgo/internal/test/issue30527
cmd/cgo/internal/test/issue41761a
cmd/cgo/internal/test/issue43639
cmd/cgo/internal/test/issue52611a
cmd/cgo/internal/test/issue52611b
cmd/cgo/internal/test/issue8756
cmd/cgo/internal/test/issue8828
cmd/cgo/internal/test/issue9026
cmd/cgo/internal/test/issue9510a
cmd/cgo/internal/test/issue9510b
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
internal/asanPackage asan contains helper functions for manually instrumenting code for the address sanitizer.
internal/testenvPackage testenv provides information about what functionality is available in different testing environments run by the Go team.
mathPackage math provides basic constants and mathematical functions.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
pathPackage path implements utility routines for manipulating slash-separated paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
runtime/cgoPackage cgo contains runtime support for code generated by the cgo tool.
runtime/debugPackage debug contains facilities for programs to debug themselves while they are running.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
syscallPackage syscall contains an interface to the low-level operating system primitives.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.
unsafePackage unsafe contains operations that step around the type safety of Go programs.