Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
668bf81b
Commit
668bf81b
authored
Feb 10, 2009
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- removed obsolete comments
R=r DELTA=2 (0 added, 1 deleted, 1 changed) OCL=24755 CL=24760
parent
e08cc152
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
tabwriter.go
src/lib/tabwriter/tabwriter.go
+1
-2
No files found.
src/lib/tabwriter/tabwriter.go
View file @
668bf81b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment