Directories ¶
Path | Synopsis |
---|---|
mockSdk
|
|
src/builtin
Package builtin provides documentation for Go's predeclared identifiers.
|
Package builtin provides documentation for Go's predeclared identifiers. |
src/context
Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
|
Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
src/errors
Package errors implements functions to manipulate errors.
|
Package errors implements functions to manipulate errors. |
src/io
Package io provides basic interfaces to I/O primitives.
|
Package io provides basic interfaces to I/O primitives. |
src/io/ioutil
Package ioutil implements some I/O utility functions.
|
Package ioutil implements some I/O utility functions. |
src/math
Package math provides basic constants and mathematical functions.
|
Package math provides basic constants and mathematical functions. |
src/net/url
Package url parses URLs and implements query escaping.
|
Package url parses URLs and implements query escaping. |
src/os
Package os provides a platform-independent interface to operating system functionality.
|
Package os provides a platform-independent interface to operating system functionality. |
src/runtime
Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
|
Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
src/sync
Package sync provides basic synchronization primitives such as mutual exclusion locks.
|
Package sync provides basic synchronization primitives such as mutual exclusion locks. |
src/sync/atomic
Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
|
Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
src/testing
Package testing provides support for automated testing of Go packages.
|
Package testing provides support for automated testing of Go packages. |
src/time
Package time provides functionality for measuring and displaying time.
|
Package time provides functionality for measuring and displaying time. |
src/unsafe
Package unsafe contains operations that step around the type safety of Go programs.
|
Package unsafe contains operations that step around the type safety of Go programs. |
src
|
|
test/testData/mockCachedGoRoot/src/builtin
Package builtin provides documentation for Go's predeclared identifiers.
|
Package builtin provides documentation for Go's predeclared identifiers. |
test/testData/mockCachedGoRoot/src/context
Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
|
Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
test/testData/mockCachedGoRoot/src/errors
Package errors implements functions to manipulate errors.
|
Package errors implements functions to manipulate errors. |
test/testData/mockCachedGoRoot/src/io
Package io provides basic interfaces to I/O primitives.
|
Package io provides basic interfaces to I/O primitives. |
test/testData/mockCachedGoRoot/src/io/ioutil
Package ioutil implements some I/O utility functions.
|
Package ioutil implements some I/O utility functions. |
test/testData/mockCachedGoRoot/src/math
Package math provides basic constants and mathematical functions.
|
Package math provides basic constants and mathematical functions. |
test/testData/mockCachedGoRoot/src/net/url
Package url parses URLs and implements query escaping.
|
Package url parses URLs and implements query escaping. |
test/testData/mockCachedGoRoot/src/os
Package os implements a subset of the Go "os" package.
|
Package os implements a subset of the Go "os" package. |
test/testData/mockCachedGoRoot/src/runtime/interrupt
Package interrupt provides access to hardware interrupts.
|
Package interrupt provides access to hardware interrupts. |
test/testData/mockCachedGoRoot/src/runtime/volatile
Package volatile provides definitions for volatile loads and stores.
|
Package volatile provides definitions for volatile loads and stores. |
test/testData/mockCachedGoRoot/src/sync/atomic
Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
|
Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
test/testData/mockCachedGoRoot/src/testing
Package testing provides support for automated testing of Go packages.
|
Package testing provides support for automated testing of Go packages. |
test/testData/mockCachedGoRoot/src/time
Package time provides functionality for measuring and displaying time.
|
Package time provides functionality for measuring and displaying time. |
test/testData/mockCachedGoRoot/src/unsafe
Package unsafe contains operations that step around the type safety of Go programs.
|
Package unsafe contains operations that step around the type safety of Go programs. |
test/testData/mockTinyGo/src/os
Package os implements a subset of the Go "os" package.
|
Package os implements a subset of the Go "os" package. |
test/testData/mockTinyGo/src/runtime/interrupt
Package interrupt provides access to hardware interrupts.
|
Package interrupt provides access to hardware interrupts. |
test/testData/mockTinyGo/src/runtime/volatile
Package volatile provides definitions for volatile loads and stores.
|
Package volatile provides definitions for volatile loads and stores. |
Click to show internal directories.
Click to hide internal directories.