IsDir return file whether a directory
()
| 71 | |
| 72 | // IsDir return file whether a directory |
| 73 | func (fi bindataFileInfo) IsDir() bool { |
| 74 | return fi.mode&os.ModeDir != 0 |
| 75 | } |
| 76 | |
| 77 | // Sys return file is sys mode |
| 78 | func (fi bindataFileInfo) Sys() interface{} { |
no outgoing calls