]> Cypherpunks repositories - gostls13.git/commitdiff
- removed obsolete comments
authorRobert Griesemer <gri@golang.org>
Tue, 10 Feb 2009 18:37:11 +0000 (10:37 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 10 Feb 2009 18:37:11 +0000 (10:37 -0800)
R=r
DELTA=2  (0 added, 1 deleted, 1 changed)
OCL=24755
CL=24760

src/lib/tabwriter/tabwriter.go

index 9a3eeb9a2dc9a2377228ececb2b04deded45c19d..21aca62d6faf43ef899b51e23c0404a94f6fc5cb 100644 (file)
@@ -94,7 +94,6 @@ func (b *byteArray) append(s []byte) {
 //              and ending in ';') as single characters (width = 1)
 
 type Writer struct {
-       // TODO should not export any of the fields
        // configuration
        writer io.Write;
        cellwidth int;
@@ -374,7 +373,7 @@ func (b *Writer) append(buf []byte) {
 }
 
 
-/* export */ func (b *Writer) Write(buf []byte) (written int, err *os.Error) {
+func (b *Writer) Write(buf []byte) (written int, err *os.Error) {
        i0, n := 0, len(buf);
 
        // split text into cells