Commit 4c83dba1 by bergquist

go fmt....

parent b6417205
......@@ -96,7 +96,7 @@ func walk(path string, info os.FileInfo, resolvedPath string, symlinkPathsFollow
return nil
}
func ContainsDistFolder(path string) bool {
func ContainsDistFolder(path string) bool {
info, err := os.Lstat(path)
if err != nil {
return false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment