From 08e11187e6dd06c2a9a478c6138685683f935c47 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 10 Feb 2012 16:03:24 +1100 Subject: [PATCH] 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 --- src/pkg/debug/macho/file.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pkg/debug/macho/file.go b/src/pkg/debug/macho/file.go index c7cb90526e8..fa73a315c77 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.