1
0
mirror of https://github.com/golang/go synced 2024-11-07 17:36:11 -07:00
go/src/internal
Michael Anthony Knyszek baa6c75dce [dev.regabi] internal/abi: add new internal/abi package for ABI constants
This change creates a new internal std package internal/abi which is
intended to hold constants with platform-specific values related to
our ABI that is useful to different std packages, such as runtime and
reflect.

For #40724.

Change-Id: Ie7ae7f687629cd3d613ba603e9371f0887601fe6
Reviewed-on: https://go-review.googlesource.com/c/go/+/272567
Trust: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Austin Clements <austin@google.com>
2021-02-12 22:11:52 +00:00
..
abi [dev.regabi] internal/abi: add new internal/abi package for ABI constants 2021-02-12 22:11:52 +00:00
bytealg internal/bytealg: improve mips64x equal on large size 2020-10-23 15:53:01 +00:00
cfg cmd/go: add GOVCS setting to control version control usage 2020-11-09 15:46:56 +00:00
cpu all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp 2020-12-09 19:12:23 +00:00
execabs all: introduce and use internal/execabs 2021-01-21 19:10:18 +00:00
fmtsort internal/fmtsort: sort the unsafe pointers in map 2020-11-19 02:17:10 +00:00
goroot all: introduce and use internal/execabs 2021-01-21 19:10:18 +00:00
goversion
lazyregexp
lazytemplate
nettrace
obscuretestdata all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp 2020-12-09 19:12:23 +00:00
oserror
poll all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp 2020-12-09 19:12:23 +00:00
profile
race
reflectlite Revert "cmd/compile: split exported/non-exported methods for interface type" 2020-10-28 17:10:08 +00:00
singleflight
syscall syscall: remove RtlGenRandom and move it into internal/syscall 2021-01-15 18:42:27 +00:00
sysinfo
testenv all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp 2020-12-09 19:12:23 +00:00
testlog
trace all: update to use os.ReadDir where appropriate 2020-12-09 19:12:27 +00:00
unsafeheader
xcoff