commit | a4d124d75b1d0610a591ede8b24110b08764feac | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Thu Feb 16 22:04:13 2012 -0500 |
committer | Russ Cox <rsc@golang.org> | Thu Feb 16 22:04:13 2012 -0500 |
tree | 6d013d4518442956be0688988579e1d1a31e8354 | |
parent | 008e64da393f16044b3573cd971e1c2bef28e17f [diff] |
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