Imports of package maps

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