gowalker icon indicating copy to clipboard operation
gowalker copied to clipboard

use `go get` when VCS method not supported

Open dncohen opened this issue 6 years ago • 1 comments

I noticed error (on https://gowalker.org/src.d10.dev/command):

Oops! Something is going wrong...
src.d10.dev/command: check package: VCS not supported: fossil

My suggestion is, rather than custom support for fossil along with numerous other VCS systems, use go get to fetch this package. go get already understands a wide variety of VCS.

dncohen avatar Nov 21 '19 17:11 dncohen

Thanks for the feedback! Might migrate to use go get for all packages when adding support of Go modules.

unknwon avatar Nov 22 '19 02:11 unknwon