Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/lib/tabwriter/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