1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:14:42 -07:00

debug/dwarf: update PDF link.

Fixes #881.

R=iant
CC=golang-dev
https://golang.org/cl/1696044
This commit is contained in:
Rob Pike 2010-06-22 14:56:16 -07:00
parent 00d838b7b5
commit 537e5f4b7e

View File

@ -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 (