Hacker News new | ask | show | jobs
by dpritchett 1484 days ago
From the go.mod file:

> module humungus.tedunangst.com/r/watc

Implies a “go get” should pick it up. Likely a git clone of that URL would do.

1 comments

Another commenter noted that this appears to be a Mercurial repo, not a git repo. Does `go get` support Mercurial repos? If yes, what else does it support, besides git and Mercurial?