procfs
procfs copied to clipboard
Cross compile error
I encounter an error while building for ARM. The error I found is below
$ GOOS=linux GOARCH=arm64 go build
# github.com/jandre/procfs/util
../../go/src/github.com/jandre/procfs/util/structparser.go:87:12: undefined: jiffiesToTime
../../go/src/github.com/jandre/procfs/util/structparser.go:93:12: undefined: jiffiesToDuration
I've tried to fix it for myself but couldn't make it because I'm quite new for golang. Am I missing something?