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
Adds Build Tag Comments for Consistency
Matthew Ellison
8 years ago
parent
ad8a32dbd3
commit
341e40fcee
2 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
params_darwin.go
1
0
params_linux.go
+ 1
- 0
params_darwin.go
View File
@@ -1,3 +1,4 @@
+// +build darwin
package water
package water
+ 1
- 0
params_linux.go
View File
@@ -1,3 +1,4 @@
+// +build linux
package water
package water