deis / docker-go-dev

The containerized Go development environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove deprecated projects

sozercan opened this issue · comments

Remove archived/deprecated projects, such as:

  • dep
  • glide
  • gb
  • gometalinter
  • go-bindata
  • Helm v2 (replace with v3?)
  • golint (not deprecated but is it still needed with golangci-lint?)
    anything else?

@mboersma what do you think?

I think that's a good idea whose time has probably come. We have been very conservative about removing things because we don't really know all the usages of this container any more, so "don't rock the boat" has been the safest strategy.

But we could make a breaking release--v2.0 probably--that removes cruft and then go forward from there.

Migrate delve to the official delve: #265