Categorygithub.com/inkochetkov/exist
repositorypackage
0.1.0
Repository: https://github.com/inkochetkov/exist.git
Documentation: pkg.go.dev

# README

exist

checking the existence of a directory or file

git

go get https://github.com/inkochetkov/exist/pkg/exist

example

err:=exist.InitDirFile(pacth, fileName) if err!=nil { ... }