4
0
Fork 0
mirror of https://github.com/rocky-linux/peridot.git synced 2025-01-01 23:00:55 +00:00
peridot/vendor/golang.org/x/sys/cpu/cpu_zos.go
2022-07-07 22:13:21 +02:00

10 lines
223 B
Go

// Copyright 2020 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 cpu
func archInit() {
doinit()
Initialized = true
}