From cd529c014ac6f25f399dcc678006c14aa6fb9a36 Mon Sep 17 00:00:00 2001 From: Mandar Limaye Date: Fri, 26 Aug 2016 20:25:25 -0500 Subject: [PATCH] renamed files for platform specific isExecutable() --- unix.go => executable.go | 0 access_unix.go => executable_unix.go | 0 access_win.go => executable_win.go | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename unix.go => executable.go (100%) rename access_unix.go => executable_unix.go (100%) rename access_win.go => executable_win.go (100%) diff --git a/unix.go b/executable.go similarity index 100% rename from unix.go rename to executable.go diff --git a/access_unix.go b/executable_unix.go similarity index 100% rename from access_unix.go rename to executable_unix.go diff --git a/access_win.go b/executable_win.go similarity index 100% rename from access_win.go rename to executable_win.go