From: Mikio Hara Date: Mon, 14 Nov 2016 00:17:15 +0000 (+0900) Subject: os: gofmt -w -s X-Git-Tag: go1.8beta1~160 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=91461002f354a5fc8b3898bbb0ade90d2921441e;p=gostls13.git os: gofmt -w -s Change-Id: I9a42cb55544185ade20b2a4a9de5d39a6cfc6fc6 Reviewed-on: https://go-review.googlesource.com/33172 Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- diff --git a/src/os/executable_procfs.go b/src/os/executable_procfs.go index 597ab7dd54..a6c8f45189 100644 --- a/src/os/executable_procfs.go +++ b/src/os/executable_procfs.go @@ -14,7 +14,7 @@ import ( // We query the executable path at init time to avoid the problem of // readlink returns a path appended with " (deleted)" when the original // binary gets deleted. -var executablePath, executablePathErr = func () (string, error) { +var executablePath, executablePathErr = func() (string, error) { var procfn string switch runtime.GOOS { default: