Skip to content

Commit

Permalink
Rename darwin to posix, add build constraint comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsiegert committed Feb 20, 2012
1 parent 1684790 commit a9a6fae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion serial_linux.go

This file was deleted.

2 changes: 2 additions & 0 deletions serial_darwin.go → serial_posix.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build !windows

package serial

// #include <termios.h>
Expand Down
2 changes: 2 additions & 0 deletions serial_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package serial

import (
Expand Down

0 comments on commit a9a6fae

Please sign in to comment.