]> Cypherpunks repositories - gostls13.git/commit
log/syslog: make the BUG notes visible on golang.org
authorShenghou Ma <minux@golang.org>
Wed, 22 Apr 2015 20:27:59 +0000 (16:27 -0400)
committerMinux Ma <minux@golang.org>
Wed, 22 Apr 2015 21:09:53 +0000 (21:09 +0000)
commit43618e62ca387faf2272308a46fed9378fa36a87
treee34c9d96ce05d9a94e92b426df784e7cc1e5ff68
parent68f55700320cb6d4d5a63a6c1e0f2c4f31c01203
log/syslog: make the BUG notes visible on golang.org

It was only visible when you run godoc with explicit GOOS=windows,
which is less useful for people developing portable application on
non-windows platforms.

Also added a note that log/syslog is not supported on NaCl.

Change-Id: I81650445fb2a5ee161da7e0608c3d3547d5ac2a6
Reviewed-on: https://go-review.googlesource.com/9245
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/log/syslog/doc.go [new file with mode: 0644]
src/log/syslog/syslog.go
src/log/syslog/syslog_plan9.go [deleted file]
src/log/syslog/syslog_windows.go [deleted file]