diff options
Diffstat (limited to 'src/pkg/log/syslog/syslog_plan9.go')
-rw-r--r-- | src/pkg/log/syslog/syslog_plan9.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/pkg/log/syslog/syslog_plan9.go b/src/pkg/log/syslog/syslog_plan9.go deleted file mode 100644 index 0c05f6f83..000000000 --- a/src/pkg/log/syslog/syslog_plan9.go +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright 2012 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// Package syslog provides a simple interface to the system log service. -package syslog - -// BUG(akumar): This package is not implemented on Plan 9 yet. |