Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Go
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Stiemerling
Go
Commits
27e07a26
Commit
27e07a26
authored
13 years ago
by
Sanjay Menakuru
Committed by
Rob Pike
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
os: fix minor typo
R=golang-dev, r CC=golang-dev
https://golang.org/cl/5697051
parent
832dcecc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pkg/os/file.go
+1
-1
1 addition, 1 deletion
src/pkg/os/file.go
with
1 addition
and
1 deletion
src/pkg/os/file.go
+
1
−
1
View file @
27e07a26
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
// open file.go: no such file or directory
// open file.go: no such file or directory
//
//
// The file's data can then be read into a slice of bytes. Read and
// The file's data can then be read into a slice of bytes. Read and
// Write take their byte counts from the length of the ar
t
ument slice.
// Write take their byte counts from the length of the ar
g
ument slice.
//
//
// data := make([]byte, 100)
// data := make([]byte, 100)
// count, err := file.Read(data)
// count, err := file.Read(data)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment