1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00
This commit is contained in:
Zack Scholl 2019-04-09 10:32:01 -07:00
parent c58aaf860d
commit a185c1fd68

View file

@ -35,7 +35,7 @@ func main() {
// PathToFile: "../wskeystore/README.md", // PathToFile: "../wskeystore/README.md",
// PathToFile: "./src/croc/croc.go", // PathToFile: "./src/croc/croc.go",
// PathToFiles: []string{"C:\\Users\\zacks\\go\\src\\github.com\\schollz\\croc\\src\\croc\\croc.go", "croc.exe"}, // PathToFiles: []string{"C:\\Users\\zacks\\go\\src\\github.com\\schollz\\croc\\src\\croc\\croc.go", "croc.exe"},
PathToFiles: []string{"croc.exe"}, PathToFiles: []string{"100mb.file"},
KeepPathInRemote: false, KeepPathInRemote: false,
}) })
} else { } else {