Sha256: 5ee15224ca9880d31fafc96050d3b0080c7400aab2046b6b5acb260674f772c3
Contents?: true
Size: 268 Bytes
Versions: 16
Compression:
Stored size: 268 Bytes
Contents
// Copyright 2022 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. //go:build !linux && riscv64 // +build !linux,riscv64 package cpu func archInit() { Initialized = true }
Version data entries
16 entries across 16 versions & 1 rubygems