diff options
Diffstat (limited to 'setTargetVersion.go')
| -rw-r--r-- | setTargetVersion.go | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/setTargetVersion.go b/setTargetVersion.go index 24388a6..0d53fb2 100644 --- a/setTargetVersion.go +++ b/setTargetVersion.go @@ -1,12 +1,6 @@ package main -import ( - "os" - "strings" - - "go.wit.com/log" -) - +/* func setTargetVersion() { // go through and set the target versions for each repo // todo: add sanity checking in repolist to verify these and/or autocompute them @@ -76,3 +70,4 @@ func incrementTargetVersion() bool { } return false } +*/ |
