Browse Source

Merge pull request #36 from pquerna/pq/fix_build_flags

Fix build flags for test file
Song Gao 7 years ago
parent
commit
54d5d58fac
1 changed files with 2 additions and 1 deletions
  1. 2 1
      ipv4_linux_test.go

+ 2 - 1
ipv4_linux_test.go

@@ -1,4 +1,5 @@
-// +build linux,darwin
+// +build linux darwin
+
 package water
 
 import (