This website works better with JavaScript
Home
Explore
Help
Sign In
golang
/
songgao.water
mirror of
https://github.com/songgao/water.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix build constraints
daregod
8 years ago
parent
a7802d4a18
commit
ed1bc4e937
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
syscalls_other.go
+ 1
- 1
syscalls_other.go
View File
@@ -1,4 +1,4 @@
-// +build
NOT (linux OR
darwin)
+// +build
!(linux |
darwin)
package water