Browse Source

Merge pull request #1 from Mischi/feat-add-openbsd-support

add OpenBSD support
mattn 11 years ago
parent
commit
6152ce208c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      isatty_bsd.go

+ 1 - 1
isatty_bsd.go

@@ -1,4 +1,4 @@
-// +build darwin freebsd
+// +build darwin freebsd openbsd
 
 package isatty