You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I was building the project, github.com/shirou/gopsutil/disk went error!
To Reproduce
->: go run main.go server -c=config/settings.dev.133.yml
# github.com/shirou/gopsutil/disk
../../../go/pkg/mod/github.com/shirou/[email protected]+incompatible/disk/disk_darwin.go:67:51: cannot use stat.Mntfromname[:] (value of type []byte) as type []int8 in argument to common.IntToString
../../../go/pkg/mod/github.com/shirou/[email protected]+incompatible/disk/disk_darwin.go:68:49: cannot use stat.Mntonname[:] (value of type []byte) as type []int8 in argument to common.IntToString
../../../go/pkg/mod/github.com/shirou/[email protected]+incompatible/disk/disk_darwin.go:69:50: cannot use stat.Fstypename[:] (value of type []byte) as type []int8 in argument to common.IntToString
../../../go/pkg/mod/github.com/shirou/[email protected]+incompatible/disk/disk_darwin.go:85:43: cannot use stat.Fstypename[:] (value of type []byte) as type []int8 in argument to common.IntToString
Environment (please complete the following information):
Mac OS: [paste the result of sw_vers and uname -a
sw_vers
ProductName: macOS
ProductVersion: 12.4
BuildVersion: 21F79
uname -a
Darwin zcf-MBP.lan 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64
Describe the bug
When I was building the project,
github.com/shirou/gopsutil/disk
went error!To Reproduce
Environment (please complete the following information):
sw_vers
anduname -a
Additional context
The text was updated successfully, but these errors were encountered: