Skip to content

Commit 6f555a2

Browse files
committed
typo: remove dot at the end
Signed-off-by: kwanhur <[email protected]>
1 parent 6c9ef15 commit 6f555a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bfe_util/socket_util_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ import (
2424
// GetsockoptMultiByte returns the value of the socket option opt for the
2525
// socket associated with fd at the given socket level.
2626
func GetsockoptMultiByte(fd, level, opt int) ([]byte, error) {
27-
return nil, errors.New("GetsockoptMultiByte is not supported on Windows OS.")
27+
return nil, errors.New("GetsockoptMultiByte is not supported on Windows OS")
2828
}

0 commit comments

Comments
 (0)