diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -26,8 +26,9 @@ type mainType struct { // move these to mainType var failed map[*gitpb.Repo]string -var state map[*gitpb.Repo]string -var debnames map[*gitpb.Repo]string + +// var state map[*gitpb.Repo]string +// var debnames map[*gitpb.Repo]string func initForge() { if me.forge == nil { @@ -48,8 +49,8 @@ func initMain() { me.auto = prep.Bash3(&argv) // add support for bash autocomplete with go-arg failed = make(map[*gitpb.Repo]string) - state = make(map[*gitpb.Repo]string) - debnames = make(map[*gitpb.Repo]string) + // state = make(map[*gitpb.Repo]string) + // debnames = make(map[*gitpb.Repo]string) me.homedir, _ = os.UserHomeDir() dumpDebug() |
