Skip to content

Commit

Permalink
Merge pull request #193 from XenoPhex/add-force-posix
Browse files Browse the repository at this point in the history
Allow forcing posix style flags on Windows
  • Loading branch information
jessevdk committed Sep 3, 2016
2 parents a8cab01 + d2c1a59 commit b4eb59b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion optstyle_other.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !windows
// +build !windows forceposix

package flags

Expand Down
2 changes: 2 additions & 0 deletions optstyle_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build !forceposix

package flags

import (
Expand Down

0 comments on commit b4eb59b

Please sign in to comment.