diff options
| author | Jeff Carr <[email protected]> | 2024-12-02 07:00:28 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-02 07:00:28 -0600 |
| commit | 1c8815685b1a12e6d9856ef90b6c8d7f243c0744 (patch) | |
| tree | 465d2e53339b7c96c7c5c1b259e4aae9af21e101 /setTargetVersion.go | |
| parent | cfb4fb61bfab6e6816c0080b47d6a6d4b935cea2 (diff) | |
continue to migrate to protobuf package
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 } +*/ |
