From 8ddd66145ee340ff811f70257f216a9b7b92f1d1 Mon Sep 17 00:00:00 2001 From: Mike Rosset Date: Mon, 5 Sep 2011 07:48:42 -0400 Subject: [PATCH] build: clear execute bit from Go files R=golang-dev, rsc CC=golang-dev, mike.rosset https://golang.org/cl/4950062 --- src/cmd/godoc/snippet.go | 0 src/pkg/big/int.go | 0 src/pkg/big/int_test.go | 0 src/pkg/big/nat.go | 0 src/pkg/big/nat_test.go | 0 src/pkg/crypto/rand/rand_windows.go | 0 src/pkg/math/atan2_decl.go | 0 test/hashmap.go | 0 8 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/cmd/godoc/snippet.go mode change 100755 => 100644 src/pkg/big/int.go mode change 100755 => 100644 src/pkg/big/int_test.go mode change 100755 => 100644 src/pkg/big/nat.go mode change 100755 => 100644 src/pkg/big/nat_test.go mode change 100755 => 100644 src/pkg/crypto/rand/rand_windows.go mode change 100755 => 100644 src/pkg/math/atan2_decl.go mode change 100755 => 100644 test/hashmap.go diff --git a/src/cmd/godoc/snippet.go b/src/cmd/godoc/snippet.go old mode 100755 new mode 100644 diff --git a/src/pkg/big/int.go b/src/pkg/big/int.go old mode 100755 new mode 100644 diff --git a/src/pkg/big/int_test.go b/src/pkg/big/int_test.go old mode 100755 new mode 100644 diff --git a/src/pkg/big/nat.go b/src/pkg/big/nat.go old mode 100755 new mode 100644 diff --git a/src/pkg/big/nat_test.go b/src/pkg/big/nat_test.go old mode 100755 new mode 100644 diff --git a/src/pkg/crypto/rand/rand_windows.go b/src/pkg/crypto/rand/rand_windows.go old mode 100755 new mode 100644 diff --git a/src/pkg/math/atan2_decl.go b/src/pkg/math/atan2_decl.go old mode 100755 new mode 100644 diff --git a/test/hashmap.go b/test/hashmap.go old mode 100755 new mode 100644