Skip to content

[bug] 默认路径推断的写法不合理 #2

@Cyberhan123

Description

@Cyberhan123

不应该需要在内存条件下还需要新建文件夹

func (f fs) IsDir(path string) bool {
	s, err := os.Stat(path)
	if err != nil {
		return false
	}
	return s.IsDir()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions