Commit dd7d6c26 authored by LE Manh Cuong's avatar LE Manh Cuong Committed by Ian Lance Taylor

debug/gosym: remove outdated comment

Change-Id: I2bba13064c8d21ded41499c6ec225ef83d1a533e
Reviewed-on: https://go-review.googlesource.com/c/156997Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 5efe9a8f
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment