Explorar el Código

Merge pull request #35 from Helflym/master

Add AIX support
mattn hace 6 años
padre
commit
c1975dc15c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      isatty_tcgets.go

+ 1 - 1
isatty_linux.go → isatty_tcgets.go

@@ -1,4 +1,4 @@
-// +build linux
+// +build linux aix
 // +build !appengine
 // +build !android