8 строки
129 Б
Go
8 строки
129 Б
Go
// +build amd64
|
|
|
|
package runtime
|
|
|
|
const GOARCH = "amd64"
|
|
|
|
// The length type used inside strings and slices.
|
|
type lenType uint32
|