Skip to content

Commit

Permalink
log: Fix build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHines committed Jul 31, 2018
1 parent 8c2ef7c commit d6a2d4b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions syslog/example_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// +build !windows
// +build !plan9
// +build !nacl

package syslog_test

import (
Expand Down
4 changes: 4 additions & 0 deletions syslog/syslog.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// +build !windows
// +build !plan9
// +build !nacl

package syslog

import (
Expand Down
4 changes: 4 additions & 0 deletions syslog/syslog_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// +build !windows
// +build !plan9
// +build !nacl

package syslog

import (
Expand Down
2 changes: 0 additions & 2 deletions term/colorwriter_windows.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// The code in this file is adapted from github.com/mattn/go-colorable.

// +build windows

package term

import (
Expand Down
2 changes: 0 additions & 2 deletions term/terminal_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import (
"testing"
)

// +build windows

type myWriter struct {
fd uintptr
}
Expand Down

0 comments on commit d6a2d4b

Please sign in to comment.