Source File
arch.go
Belonging Package
runtime/internal/sys
// Copyright 2014 The Go Authors. All rights reserved.// Use of this source code is governed by a BSD-style// license that can be found in the LICENSE file.package systype ArchFamilyType intconst (AMD64 ArchFamilyType = iotaARMARM64I386MIPSMIPS64PPC64RISCV64S390XWASM)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)