diff options
| author | Jeff Carr <[email protected]> | 2024-02-29 21:57:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-29 21:57:33 -0600 |
| commit | ca67fa6cd1ea401d6a7d1ab10b265b1d6f049acb (patch) | |
| tree | 3d7afa3e87cef59812c33b5119c6299b362e21f3 /structs.go | |
| parent | e4769df09034e8f5cdea1b941b2e260e91f14c15 (diff) | |
deprecate old go statev0.21.1
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ type RepoRow struct { currentName *gui.Node // current branch name currentVersion *gui.Node // current branch version gitState *gui.Node // git state (dirty or not?) - goState *gui.Node // what is the state of the go.sum file + // goState *gui.Node // what is the state of the go.sum file masterVersion *gui.Node // the master branch version develVersion *gui.Node // the devel branch version |
