Move runtime.TargetBits out of the compiler

This commit is contained in:
Ayke van Laethem
2018-09-02 16:00:31 +02:00
parent 9fca0e99b5
commit 42cddd3260
4 changed files with 10 additions and 21 deletions
+3
View File
@@ -6,3 +6,6 @@ const GOARCH = "amd64"
// The length type used inside strings and slices.
type lenType uint32
// The bitness of the CPU (e.g. 8, 32, 64).
const TargetBits = 64