summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/extern.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-11-05 15:37:55 -0800
committerRobert Griesemer <gri@golang.org>2009-11-05 15:37:55 -0800
commit6e5de3ccfb44b61886265a3b9e4dacbe5c4a3354 (patch)
tree51e2461a5ad1b22760acca7b52c955e16f2d4b69 /src/pkg/runtime/extern.go
parent511fc8c45f93012d4f7038e6c10eb64c825820f0 (diff)
downloadgolang-6e5de3ccfb44b61886265a3b9e4dacbe5c4a3354.tar.gz
gofmt-ify io, json, runtime, encoding
R=rsc http://go/go-review/1017056
Diffstat (limited to 'src/pkg/runtime/extern.go')
-rw-r--r--src/pkg/runtime/extern.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/extern.go b/src/pkg/runtime/extern.go
index 70c6f434b..b4f4f2b31 100644
--- a/src/pkg/runtime/extern.go
+++ b/src/pkg/runtime/extern.go
@@ -5,7 +5,7 @@
/*
The runtime package contains operations that interact with Go's runtime system,
such as functions to control goroutines.
- */
+*/
package runtime
// These functions are implemented in the base runtime library, ../../runtime/.