aboutsummaryrefslogtreecommitdiff
path: root/src/os/executable_procfs.go
diff options
context:
space:
mode:
authorMikio Hara <mikioh.mikioh@gmail.com>2016-11-14 09:17:15 +0900
committerMikio Hara <mikioh.mikioh@gmail.com>2016-11-15 03:55:56 +0000
commit91461002f354a5fc8b3898bbb0ade90d2921441e (patch)
treed69bb674545147fa804d2dac2c6748703b5b98c9 /src/os/executable_procfs.go
parent90d536f3ca2d6456ee0ab45408e8499ea815ddb3 (diff)
downloadgo-91461002f354a5fc8b3898bbb0ade90d2921441e.tar.xz
os: gofmt -w -s
Change-Id: I9a42cb55544185ade20b2a4a9de5d39a6cfc6fc6 Reviewed-on: https://go-review.googlesource.com/33172 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/os/executable_procfs.go')
-rw-r--r--src/os/executable_procfs.go2
1 files changed, 1 insertions, 1 deletions
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: