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
863dafb9
Commit
863dafb9
authored
Jan 09, 2009
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=22411 CL=22411
parent
8f5bba0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
os_error.go
src/lib/os/os_error.go
+1
-1
No files found.
src/lib/os/os_error.go
View file @
863dafb9
...
...
@@ -24,7 +24,7 @@ var ErrorStringTab = make(map[string] *Error);
// These functions contain a race if two goroutines add identical
// errors simultaneously but the consequences are unimportant.
// Allocate an Error objec
c
t, but if it's been seen before, share that one.
// Allocate an Error object, but if it's been seen before, share that one.
export
func
NewError
(
s
string
)
*
Error
{
if
s
==
""
{
return
nil
...
...
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