]> Cypherpunks repositories - gostls13.git/commit
log/syslog: add stub for Plan 9
authorAkshat Kumar <seed@mail.nanosouffle.net>
Thu, 27 Dec 2012 00:45:03 +0000 (11:45 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 27 Dec 2012 00:45:03 +0000 (11:45 +1100)
commit5bcb9707b63c12bbd6ab6dd8f0913b2518b83531
tree29cc80fa8bb4cec61c505eb5543868abdf963fb3
parent3e8304b377c3aa34f6747c5ada6d6ffc83c1a9a6
log/syslog: add stub for Plan 9

Proper local system log semantics still need to be
created for Plan 9. In the meantime, the test suite
(viz., exp/gotype) expects there to be some Go
source for each import path. Thus, here is a stub,
equivalent to syslog_windows, for this purpose.

R=golang-dev, rsc, alex.brainman
CC=golang-dev
https://golang.org/cl/7000062
src/pkg/log/syslog/syslog_plan9.go [new file with mode: 0644]