sm
/
fs
1
0
Fork 0

added documentation

Esse commit está contido em:
Stephen McQuay 2015-08-23 16:23:26 -07:00
commit 7e24099183
1 arquivos alterados com 1 adições e 0 exclusões

1
fs.go
Ver arquivo

@ -10,6 +10,7 @@ func Exists(path string) bool {
return true
}
// IsDir returns if path is a directory
func IsDir(path string) bool {
info, err := os.Stat(path)
if err != nil {