Fixed compiling gopsutil for arm64/darwin (iOS)

- Added conditional preprocessor guard on cpu_darwin_cgo.go

- Duplicated disk_darwin_amd64.go for arm64 (after confirming
that sys/mount.h are the same between the two platforms,
thus the constants in the files should be the same)).

Change-Id: I24ef18ee0a4a41ddcee801a0e2db9d405488e6e5
3 files changed
tree: 4d24d616f175fdf25b694b004b6f9c3adcbe02c0
  1. csrc/
  2. go/
  3. java/
  4. nacl_sdk/
  5. swift/
  6. .gitignore
  7. README.md
README.md

This repository contains three kinds of code used in the Vanadium project:

  1. code which originated outside of Google
  2. code which Google has released as open source
  3. Vanadium code which is derived from code that originated outside of Google, and is therefore still subject to that original code's third-party license

Most of the code under third-party is open source, though some packages have restrictive commercial licenses.

Because of Go language conventions, Go packages are found under third_party/go/src/.