|
|
|
|
|
by codingvelocity
3961 days ago
|
|
The way i view editors vs ides is an editor is a completely un-configured ide. for example your go problem can be solved using goimports http://godoc.org/golang.org/x/tools/cmd/goimports Using this tool you don't have to worry about those imports and it can be configured to automatically run on save in most editors. |
|