Wox/wox.core/util/file_linux.go

6 lines
72 B
Go

package util
func GetFileCreatedAt(path string) string {
return "-"
}