Remove needless build tags

This commit is contained in:
Zlatko Čalušić
2016-11-06 11:26:06 +01:00
parent 5de6d4fd00
commit e0ac4f7afb
7 changed files with 1 additions and 13 deletions
-2
View File
@@ -1,5 +1,3 @@
// +build linux,go1.4
package fs package fs
import ( import (
+1 -1
View File
@@ -1,4 +1,4 @@
// +build !linux !go1.4 // +build !linux
package fs package fs
-2
View File
@@ -1,5 +1,3 @@
// +build go1.4
package main package main
import ( import (
-2
View File
@@ -1,5 +1,3 @@
// +build go1.4
package main package main
/* /*
-2
View File
@@ -1,5 +1,3 @@
// +build go1.4
package main package main
import ( import (
-2
View File
@@ -1,5 +1,3 @@
// +build go1.4
package main package main
import ( import (
-2
View File
@@ -1,5 +1,3 @@
// +build go1.4
package main package main
import ( import (