Usually i import local packages by
import "github.com/crsov/myproj/mypkg"
but when i am editing them i need to go get -u "github.com/crsov/myproj/mypkg"
every save.
That's the best way to import local package? I have found many answers to this question but most of them are for older golang versions.