diff options
Diffstat (limited to 'src/cmd/nm')
| -rw-r--r-- | src/cmd/nm/doc.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cmd/nm/doc.go b/src/cmd/nm/doc.go index 004567cad2..480c1c3dde 100644 --- a/src/cmd/nm/doc.go +++ b/src/cmd/nm/doc.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build ignore + /* Nm is a version of the Plan 9 nm command. The original is documented at @@ -18,4 +20,4 @@ Usage: go tool nm [-aghnsTu] file */ -package documentation +package main |
