diff options
| author | LE Manh Cuong <cuong.manhle.vn@gmail.com> | 2019-01-09 09:27:54 +0700 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2019-01-09 14:44:28 +0000 |
| commit | dd7d6c261f586bdffdda78cff23aeda8b3dba6cc (patch) | |
| tree | c0230242e2c29b988dc960d31777741e4470e501 /src | |
| parent | 5efe9a8f11c81116f102f56c49a9415fd992c038 (diff) | |
| download | go-dd7d6c261f586bdffdda78cff23aeda8b3dba6cc.tar.xz | |
debug/gosym: remove outdated comment
Change-Id: I2bba13064c8d21ded41499c6ec225ef83d1a533e
Reviewed-on: https://go-review.googlesource.com/c/156997
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/debug/gosym/symtab.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/debug/gosym/symtab.go b/src/debug/gosym/symtab.go index a995209934..a84b7f6def 100644 --- a/src/debug/gosym/symtab.go +++ b/src/debug/gosym/symtab.go @@ -7,11 +7,6 @@ // by the gc compilers. package gosym -// The table format is a variant of the format used in Plan 9's a.out -// format, documented at https://9p.io/magic/man2html/6/a.out. -// The best reference for the differences between the Plan 9 format -// and the Go format is the runtime source, specifically ../../runtime/symtab.c. - import ( "bytes" "encoding/binary" |
