From 14ac33bf8474b62c65cae263af2e4d3b543cc699 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 25 Jul 2017 16:33:55 +0200 Subject: [PATCH] unix: remove duplicate build tag Remove a duplicate build tag in unix/flock.go. Keep the alphabetically sorted version below the copyright header. Change-Id: Ie3a6e5e01e5e4114960fdf63111a68d3b2b8de47 Reviewed-on: https://go-review.googlesource.com/51051 Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- unix/flock.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/unix/flock.go b/unix/flock.go index ce67a595..2994ce75 100644 --- a/unix/flock.go +++ b/unix/flock.go @@ -1,5 +1,3 @@ -// +build linux darwin freebsd openbsd netbsd dragonfly - // Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.