Add import Golang/fileUtils

This commit is contained in:
chteufleur 2015-08-25 17:58:47 +02:00
parent b17441bd38
commit f65c897fad
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
import (
"os"
)
func IsFileExist(path string) (bool) { func IsFileExist(path string) (bool) {
finfo, err := os.Stat(path) finfo, err := os.Stat(path)