Merged revisions 195034,195219,195245,195357,195374,195428,195599,195673,195809 via...
[official-gcc.git] / main / libgo / go / log / syslog / syslog_plan9.go
blob0c05f6f83c0cd7886f87000b54b34f6610dda291
1 // Copyright 2012 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 // Package syslog provides a simple interface to the system log service.
6 package syslog
8 // BUG(akumar): This package is not implemented on Plan 9 yet.