From: Rob Pike Date: Tue, 22 Jun 2010 21:56:16 +0000 (-0700) Subject: debug/dwarf: update PDF link. X-Git-Tag: weekly.2010-07-01~58 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=537e5f4b7e2879b3758e15e19c5b4c2ed87c0d9d;p=gostls13.git debug/dwarf: update PDF link. Fixes #881. R=iant CC=golang-dev https://golang.org/cl/1696044 --- diff --git a/src/pkg/debug/dwarf/open.go b/src/pkg/debug/dwarf/open.go index 3b50351d53..cb009e0e09 100644 --- a/src/pkg/debug/dwarf/open.go +++ b/src/pkg/debug/dwarf/open.go @@ -4,7 +4,7 @@ // This package provides access to DWARF debugging information // loaded from executable files, as defined in the DWARF 2.0 Standard -// at http://dwarfstd.org/dwarf-2.0.0.pdf. +// at http://dwarfstd.org/doc/dwarf-2.0.0.pdf package dwarf import (