1
0
mirror of https://github.com/google/gops.git synced 2024-11-24 08:22:25 +02:00

fix godoc

This commit is contained in:
Jaana Burcu Dogan 2017-01-19 18:43:31 -08:00
parent 218c61a1d3
commit fa6968806c

View File

@ -88,7 +88,7 @@ func processes() {
wg.Wait()
}
// reportGo looks up the runtime.buildVersion symbol
// printIfGo looks up the runtime.buildVersion symbol
// in the process' binary and determines if the process
// if a Go process or not. If the process is a Go process,
// it reports PID, binary name and full path of the binary.