nelsam / vidar

vidar is a highly experimental Go editor, written in Go, using gxui
The Unlicense
50 stars 7 forks source link

modules: fix up vidar for working on modules #197

Closed nelsam closed 4 years ago

nelsam commented 4 years ago

Go modules are in heavy use, for better or for worse. We need to support them. The project type had to change in the settings in order to track a host of environment variables, especially since the GOPATH is no longer required. This forced changes to several plugins (e.g. goimports and godef), as well.

Type

Tests

I have tested locally against:

I have included automated tests: