]> Cypherpunks repositories - gostls13.git/commit
log/syslog: disable on Windows
authorRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 03:04:13 +0000 (22:04 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 03:04:13 +0000 (22:04 -0500)
commita4d124d75b1d0610a591ede8b24110b08764feac
tree6d013d4518442956be0688988579e1d1a31e8354
parent008e64da393f16044b3573cd971e1c2bef28e17f
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
https://golang.org/cl/5671076
src/pkg/log/syslog/syslog.go
src/pkg/log/syslog/syslog_test.go
src/pkg/log/syslog/syslog_unix.go