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
5789c86f
Commit
5789c86f
authored
May 05, 2010
by
Conrad Meyer
Committed by
Robert Griesemer
May 05, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a typo in net/unixsock
R=golang-dev, gri CC=golang-dev
https://golang.org/cl/1113041
parent
11f821fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
unixsock.go
src/pkg/net/unixsock.go
+1
-1
No files found.
src/pkg/net/unixsock.go
View file @
5789c86f
...
...
@@ -278,7 +278,7 @@ func (c *UnixConn) WriteTo(b []byte, addr Addr) (n int, err os.Error) {
}
// DialUnix connects to the remote address raddr on the network net,
// which must be "unix" or "unix
d
gram". If laddr is not nil, it is used
// which must be "unix" or "unixgram". If laddr is not nil, it is used
// as the local address for the connection.
func
DialUnix
(
net
string
,
laddr
,
raddr
*
UnixAddr
)
(
c
*
UnixConn
,
err
os
.
Error
)
{
fd
,
e
:=
unixSocket
(
net
,
laddr
,
raddr
,
"dial"
)
...
...
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