diff options
Diffstat (limited to 'src/cmd/ld/doc.go')
-rw-r--r-- | src/cmd/ld/doc.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cmd/ld/doc.go b/src/cmd/ld/doc.go deleted file mode 100644 index 972e2a32c..000000000 --- a/src/cmd/ld/doc.go +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright 2009 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -/* - -This directory contains the portable section of the Plan 9 C linkers. -See ../6l, ../8l, and ../5l for more information. - -*/ -package documentation |