From 949a2dcc0fb7c2b35d7c09f106fbd000f65450d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Szczur?= Date: Fri, 5 Oct 2018 18:37:04 +0200 Subject: [PATCH] Remove execute permission from go source files. (#24) --- goshopify.go | 0 recurringapplicationcharge.go | 0 recurringapplicationcharge_test.go | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 goshopify.go mode change 100755 => 100644 recurringapplicationcharge.go mode change 100755 => 100644 recurringapplicationcharge_test.go diff --git a/goshopify.go b/goshopify.go old mode 100755 new mode 100644 diff --git a/recurringapplicationcharge.go b/recurringapplicationcharge.go old mode 100755 new mode 100644 diff --git a/recurringapplicationcharge_test.go b/recurringapplicationcharge_test.go old mode 100755 new mode 100644