From 5e7839a282537368676af7e11a9d65c5c4677f50 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Thu, 11 Apr 2019 08:24:09 -0600 Subject: [PATCH] testing --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 18a48c86..8561c259 100644 --- a/main.go +++ b/main.go @@ -35,8 +35,8 @@ func main() { // 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{"croc2.exe"}, //,"croc2.exe", "croc3.exe"}, - PathToFiles: []string{"README.md"}, //,"croc2.exe", "croc3.exe"}, + PathToFiles: []string{"croc2.exe"}, //,"croc2.exe", "croc3.exe"}, + //PathToFiles: []string{"README.md"}, //,"croc2.exe", "croc3.exe"}, KeepPathInRemote: false, }) } else {