rbac/vendor/golang.org/x/sys/cpu/cpu_zos.go
zhangkun9038@dingtalk.com 899e1b061a redis db
2025-02-16 21:10:22 +08:00

11 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
}