Add import Golang/fileUtils
This commit is contained in:
parent
b17441bd38
commit
f65c897fad
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue