You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd also be nice for supporting meta data like config files for linters, e.g. .eslintrc. Do you know how you'd resolve includes for this use case? For example:
include github.com/tj/make/golang
Resolves to:
git://github.com/tj/make
go get must have specific knowledge about how to resolve github.com urls? We could probably copy go get here.
Maybe. It would be nicer for local hacking.
The text was updated successfully, but these errors were encountered: