From 27290598eb02bcce628c4fc085114f7229e8df52 Mon Sep 17 00:00:00 2001 From: Martin Bertschler Date: Sun, 31 Jan 2016 09:25:25 +0100 Subject: [PATCH] rename const file on bsd descendants to make go ignore its extension --- const_darwin_openbsd.go => const_bsds.go | 1 + 1 file changed, 1 insertion(+) rename const_darwin_openbsd.go => const_bsds.go (99%) diff --git a/const_darwin_openbsd.go b/const_bsds.go similarity index 99% rename from const_darwin_openbsd.go rename to const_bsds.go index b356a8d..28cd274 100644 --- a/const_darwin_openbsd.go +++ b/const_bsds.go @@ -10,6 +10,7 @@ // 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 openbsd package afero