From fa6968806ca68b7db113256f300d82b5206a2c3c Mon Sep 17 00:00:00 2001 From: Jaana Burcu Dogan Date: Thu, 19 Jan 2017 18:43:31 -0800 Subject: [PATCH] fix godoc --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c8028c5a..2fbe0fba 100644 --- a/main.go +++ b/main.go @@ -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.