Skip to content

Commit

Permalink
build: Opt-in to building rather than opt-out
Browse files Browse the repository at this point in the history
  • Loading branch information
jen20 committed Jul 29, 2016
1 parent b2d5b66 commit 796ce7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/module/inode.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !windows !freebsd
// +build linux darwin openbsd solaris

package module

Expand Down
2 changes: 2 additions & 0 deletions config/module/inode_freebsd.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build freebsd

package module

import (
Expand Down
2 changes: 2 additions & 0 deletions config/module/inode_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package module

// no syscall.Stat_t on windows, return 0 for inodes
Expand Down

0 comments on commit 796ce7b

Please sign in to comment.