[go] How to get process details from its pid

I have maintained a list of pids of processes currently running on my system(Linux) from this now it would be great if i can get the process details from this pid i have come over syscall.Getrusage() in golang but i am not getting desired results. Does anyone have idea related to it

This question is related to go

The answer is