Explorar el Código

Merge pull request #10 from stuartnelson3/patch-1

Add dragonfly to bsd build
mattn hace 9 años
padre
commit
66b8e73f3f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      isatty_bsd.go

+ 1 - 1
isatty_bsd.go

@@ -1,4 +1,4 @@
-// +build darwin freebsd openbsd netbsd
+// +build darwin freebsd openbsd netbsd dragonfly
 // +build !appengine
 
 package isatty