diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 33 |
1 files changed, 1 insertions, 32 deletions
@@ -32,32 +32,7 @@ type autoType struct { mainWindow *gadgets.BasicWindow mainBox *gui.Node - // our view of the repositories - // repos *repoWindow - - // your customized repo preferences and settings - forge *forgepb.Forge - - // #### autotypist Global Build Options - // what to change all the branches to - // so, as a developer, you can move all the repos - // to the 'devel' branch and then test a devel branch build - // then switch back to your 'username' branch and do a build there - // toMoveToBranch string - - // displays the preferred names used for the repo tree state - // mainBranch *gadgets.BasicCombobox - // develBranch *gadgets.BasicCombobox - // userBranch *gadgets.BasicCombobox - - // this button will regenerate everyones go.mod & go.sum - rerunGoMod *gui.Node - - // if checked, will stop trying to os.Exec() things after failure - stopOnErrors *gui.Node - - // button to attempt to autorebuild - autoRebuildButton *gui.Node + forge *forgepb.Forge // your customized repo preferences and settings // checkbox for --dry-run autoDryRun *gui.Node @@ -83,9 +58,3 @@ type autoType struct { // show the time it took to do a scan duration *gui.Node } - -/* -func (my *autoType) GoSrcPath() string { - return my.goSrcPwd.String() -} -*/ |
