hybridgroup/gobot

CLI generate templates outdated

gen2thomas opened this issue · 2 comments

The template content is not updated since 2018. Maintaining templates can be a big task and, if this is not done regularly, new code is also outdated and the start is more frustrating for new developers and reviewers. IMO new developers should use one of the latest adaptors/drivers/platforms as "blueprint".

So my suggestion is to remove this folder completely to reduce maintaining effort.

@deadprogram what do you think?

Agree, let's remove.

  • remove cli folder
  • remove version.go
  • remove snapcraft.yml
  • update documentation
  • adjust documentation regarding to "go get" vs "go install" (go get now reports an error when used outside a module, since there is no go.mod file to update, with go 1.18)
  • close/comment related issues (e.g. #741 , #744 , #377)