From f65c897fad8551969ab48529ce7c1df71c06e12e Mon Sep 17 00:00:00 2001 From: chteufleur Date: Tue, 25 Aug 2015 17:58:47 +0200 Subject: [PATCH] Add import Golang/fileUtils --- Golang/fileUtils.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Golang/fileUtils.go b/Golang/fileUtils.go index 31898a7..9fb82e3 100644 --- a/Golang/fileUtils.go +++ b/Golang/fileUtils.go @@ -1,4 +1,7 @@ +import ( + "os" +) func IsFileExist(path string) (bool) { finfo, err := os.Stat(path)