diff options
| author | Jeff Carr <[email protected]> | 2024-01-30 14:20:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-30 14:20:54 -0600 |
| commit | c401c6039988554b084c3e9ea3b1001109ac906f (patch) | |
| tree | b5ca214323ea9b7152b107064924063ba1ba3f69 /structs.go | |
| parent | 3094c6283c63c90de2fd1c6c8e58b598143cab06 (diff) | |
ready to check for valid repos
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ type autoType struct { allrepos map[string]*repo myGui *gui.Node - autotypistWindow *gadgets.BasicWindow + // autotypistWindow *gadgets.BasicWindow mainWindow *gui.Node mainBox *gui.Node |
