diff options
| author | Jeff Carr <[email protected]> | 2024-03-02 17:18:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-03-02 17:18:50 -0600 |
| commit | eebdaaf35763df8a159170c05a87eaaa37207484 (patch) | |
| tree | 93b49fa7850805d631746f3f73e84d7baeee82aa /scan.go | |
| parent | de662f3b181fe85d97d4b3b249ebd1c09576c736 (diff) | |
trim non-numeric for debian packages
Diffstat (limited to 'scan.go')
| -rw-r--r-- | scan.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,8 +7,8 @@ import ( "strconv" "strings" - "go.wit.com/log" "go.wit.com/lib/gui/repostatus" + "go.wit.com/log" ) func (r *RepoList) RegisterHideFunction(f func(*RepoRow)) { |
