@sun I write a LOT of Go. The only time I've ever manually adjusted imports is to change the version (add a /v2) or importing to the bitbucket for things like embed.
There is nothing wrong with automatic import management. I use something, it imports. I don't, it removes. I've never had a problem with this.