summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/spf13/afero/const_win_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/spf13/afero/const_win_unix.go')
-rw-r--r--vendor/github.com/spf13/afero/const_win_unix.go8
1 files changed, 2 insertions, 6 deletions
diff --git a/vendor/github.com/spf13/afero/const_win_unix.go b/vendor/github.com/spf13/afero/const_win_unix.go
index 2b850e4d..004d57e2 100644
--- a/vendor/github.com/spf13/afero/const_win_unix.go
+++ b/vendor/github.com/spf13/afero/const_win_unix.go
@@ -10,12 +10,8 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
-// +build !darwin
-// +build !openbsd
-// +build !freebsd
-// +build !dragonfly
-// +build !netbsd
-// +build !aix
+//go:build !darwin && !openbsd && !freebsd && !dragonfly && !netbsd && !aix
+// +build !darwin,!openbsd,!freebsd,!dragonfly,!netbsd,!aix
package afero