From bff124aad2ac71cef0c6db1ad1b5b38aa82838c5 Mon Sep 17 00:00:00 2001 From: Bryan Matsuo Date: Thu, 25 Feb 2016 22:43:40 -0800 Subject: [PATCH] remove the spurious executable bit from go source files There is no reason for the bit to be set on these files. And this is a minor annoyance for me. On my system `ls` colors executable files by default and it was needlessly destracting in this case. --- dce.go | 0 doc.go | 0 node.go | 0 time.go | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 dce.go mode change 100755 => 100644 doc.go mode change 100755 => 100644 node.go mode change 100755 => 100644 time.go diff --git a/dce.go b/dce.go old mode 100755 new mode 100644 diff --git a/doc.go b/doc.go old mode 100755 new mode 100644 diff --git a/node.go b/node.go old mode 100755 new mode 100644 diff --git a/time.go b/time.go old mode 100755 new mode 100644