diff options
| author | Jeff Carr <[email protected]> | 2025-10-15 06:26:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-15 06:26:32 -0500 |
| commit | c14e4ab5b155d23b0e7bb9d4ae0e18769cc3418a (patch) | |
| tree | 17aa2bfe96fbfdf1c2183ec7775ab7b9c090096c /control.read.go | |
| parent | 5d0a2d4a095d87fbada8a7c5e1e2bf0f5efa648c (diff) | |
clean house on this app
Diffstat (limited to 'control.read.go')
| -rw-r--r-- | control.read.go | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/control.read.go b/control.read.go index ee0673a..e5de915 100644 --- a/control.read.go +++ b/control.read.go @@ -1,14 +1,8 @@ package main import ( - "bufio" - "os" - "path/filepath" "strings" "unicode" - - "go.wit.com/lib/protobuf/gitpb" - "go.wit.com/log" ) func trimNonNumericPrefix(s string) string { @@ -25,6 +19,7 @@ func trimNonNumericPrefix(s string) string { return s[firstDigitIndex:] } +/* // readGitConfig reads and parses the control file func readControlFile(repo *gitpb.Repo) error { pairs := make(map[string]string) @@ -102,3 +97,4 @@ func readControlFile(repo *gitpb.Repo) error { return nil } +*/ |
