gtx


Branch: develop

Author
Spike Lindsey <spike01@gmail.com>
Date
Nov. 10 '22 16:07:51
Commit
d34280b2a6ec08471e8ea78f96c4ff0cd1556234
Parent
8aedf405f48ea4ee807a6f5f0a3a9a1b49d3f8c0
Changes
diff --git a/main.go b/main.go
index 45fb69b..fdb4846 100644
--- a/main.go
+++ b/main.go
@@ -389,7 +389,7 @@ func setGitConfig() {
 	*/
 }
 
-func cleanUpBranches(branches string) {
+func cleanUpBranches(branches string) []string {
 	/*
 	   if test x"$BRANCHES" = x
 	   then
@@ -416,9 +416,10 @@ func cleanUpBranches(branches string) {
 	       echo "$branch"
 	     done | sort | uniq)
 	*/
+  return []string{}
 }
 
-func fetchBranches(branches string) {
+func fetchBranches(branches []string) {
 	/*
 	   	   for branch in $BRANCHES
 	   	   do