]> Cypherpunks repositories - gostls13.git/commitdiff
debug/macho: dropped monstrous URL from package comment
authorAndrew Gerrand <adg@golang.org>
Fri, 10 Feb 2012 05:03:24 +0000 (16:03 +1100)
committerAndrew Gerrand <adg@golang.org>
Fri, 10 Feb 2012 05:03:24 +0000 (16:03 +1100)
Relax. It's still in macho.go.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5653054

src/pkg/debug/macho/file.go

index c7cb90526e844a36403b36f53a8ad8bb979765f2..fa73a315c77f19910f338016211ba453949db516 100644 (file)
@@ -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.