From: Andrew Gerrand Date: Fri, 10 Feb 2012 05:03:24 +0000 (+1100) Subject: debug/macho: dropped monstrous URL from package comment X-Git-Tag: weekly.2012-02-14~150 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=08e11187e6dd06c2a9a478c6138685683f935c47;p=gostls13.git 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 --- 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.