0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

works with latest

This commit is contained in:
Zack Scholl 2019-04-04 14:33:52 -07:00
parent 082c5e80dd
commit 6e4b3dc21c
2 changed files with 71 additions and 71 deletions

View file

@ -34,7 +34,8 @@ func main() {
err = c.Send(croc.TransferOptions{
// PathToFile: "../wskeystore/README.md",
// 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"},
KeepPathInRemote: false,
})
} else {