aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-02-10 16:03:24 +1100
committerAndrew Gerrand <adg@golang.org>2012-02-10 16:03:24 +1100
commit08e11187e6dd06c2a9a478c6138685683f935c47 (patch)
tree9f0687aee12d5b272595e9df3a27e94413638c70 /src/pkg/debug
parent1ceb5616292496da476f52c0125917ecff002a76 (diff)
downloadgo-08e11187e6dd06c2a9a478c6138685683f935c47.tar.xz
debug/macho: dropped monstrous URL from package comment
Relax. It's still in macho.go. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5653054
Diffstat (limited to 'src/pkg/debug')
-rw-r--r--src/pkg/debug/macho/file.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pkg/debug/macho/file.go b/src/pkg/debug/macho/file.go
index c7cb90526e..fa73a315c7 100644
--- a/src/pkg/debug/macho/file.go
+++ b/src/pkg/debug/macho/file.go
@@ -2,8 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Package macho implements access to Mach-O object files, as defined by
-// http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/MachORuntime/Reference/reference.html.
+// Package macho implements access to Mach-O object files.
package macho
// High level access to low level data structures.