Browse Source

Adds Build Tag Comments for Consistency

Matthew Ellison 8 years ago
parent
commit
341e40fcee
2 changed files with 2 additions and 0 deletions
  1. 1 0
      params_darwin.go
  2. 1 0
      params_linux.go

+ 1 - 0
params_darwin.go

@@ -1,3 +1,4 @@
+// +build darwin
 
 package water
 

+ 1 - 0
params_linux.go

@@ -1,3 +1,4 @@
+// +build linux
 
 package water