internal/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
internal/bytealg | |
internal/cfg | Package cfg holds configuration shared by the Go command and internal/testenv. |
internal/cpu | Package cpu implements processor feature detection used by the Go standard library. |
internal/fmtsort | Package fmtsort provides a general stable ordering mechanism for maps, on behalf of the fmt and text/template packages. |
internal/goroot | |
internal/goversion | |
internal/lazyregexp | Package lazyregexp is a thin wrapper over regexp, allowing the use of global regexp variables without forcing them to be compiled at init. |
internal/lazytemplate | Package lazytemplate is a thin wrapper over text/template, allowing the use of global template variables without forcing them to be parsed at init. |
internal/nettrace | Package nettrace contains internal hooks for tracing activity in the net package. |
internal/oserror | Package oserror defines errors values used in the os package. |
internal/poll | Package poll supports non-blocking I/O on file descriptors with polling. |
internal/race | Package race contains helper functions for manually instrumenting code for the race detector. |
internal/reflectlite | Package reflectlite implements lightweight version of reflect, not using any package except for "runtime" and "unsafe". |
internal/singleflight | Package singleflight provides a duplicate function call suppression mechanism. |
internal/syscall | |
internal/syscall/unix | |
internal/testenv | Package testenv provides information about what functionality is available in different testing environments run by the Go team. |
internal/testlog | Package testlog provides a back-channel communication path between tests and package os, so that cmd/go can see which environment variables and files a test consults. |
internal/trace | |
internal/xcoff | Package xcoff implements access to XCOFF (Extended Common Object File Format) files. |
- Version
- v1.13.4
- Published
- Oct 31, 2019
- Platform
- darwin/amd64
- Last checked
- 41 seconds ago –
Tools for package owners.