diff options
| author | Jeff Carr <[email protected]> | 2024-11-13 17:23:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-13 17:23:33 -0600 |
| commit | fcd132c109ed4f1ecf4348a6fdc85092973fbb97 (patch) | |
| tree | 72791ca0ff59f39880576cb35c89b13f1b3b7f98 /structs.go | |
| parent | 250a96c49f0d4d56362be4aa02f74b6b63b4495a (diff) | |
code cleanup
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,9 +27,9 @@ type autoType struct { repos *repoWindow // #### guireleaser repolist display options - autoHideReadOnly *gui.Node - autoHideReleased *gui.Node - ignoreWhitelist *gui.Node + // autoHideReadOnly *gui.Node + // autoHideReleased *gui.Node + // ignoreWhitelist *gui.Node // #### autotypist Global Build Options // what to change all the branches to |
