Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(514)

Issue 5671076: code review 5671076: log/syslog: disable on Windows (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 4 months ago by rsc
Modified:
13 years, 4 months ago
Reviewers:
CC:
golang-dev, bradfitz
Visibility:
Public.

Description

log/syslog: disable on Windows We want to be able to implement good Windows support after Go 1. Right now Windows tries to use Unix domain sockets, and I'd rather just have it not be available.

Patch Set 1 #

Patch Set 2 : diff -r 394949280114 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 394949280114 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 0effb05ba6ea https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M src/pkg/log/syslog/syslog.go View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/log/syslog/syslog_test.go View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/log/syslog/syslog_unix.go View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2012-02-17 02:52:07 UTC) #1
bradfitz
LGTM On Fri, Feb 17, 2012 at 1:52 PM, <rsc@golang.org> wrote: > Reviewers: golang-dev_googlegroups.com, > ...
13 years, 4 months ago (2012-02-17 02:54:26 UTC) #2
rsc
13 years, 4 months ago (2012-02-17 03:04:17 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=b984f2b4aa91 ***

log/syslog: disable on Windows

We want to be able to implement good Windows support
after Go 1.  Right now Windows tries to use Unix domain
sockets, and I'd rather just have it not be available.

R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/5671076
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b