| internal/abi | |
| internal/asan | Package asan contains helper functions for manually instrumenting code for the address sanitizer. |
| internal/goarch | package goarch contains GOARCH-specific constants. |
| internal/msan | Package msan contains helper functions for manually instrumenting code for the memory sanitizer. |
| internal/race | Package race contains helper functions for manually instrumenting code for the race detector. |
| internal/runtime/math | |
| internal/runtime/sys | package sys contains system- and configuration- and architecture-specific constants used by the runtime. |
| unsafe | Package unsafe contains operations that step around the type safety of Go programs. |