|
|
|
|
|
by pritambaral
2868 days ago
|
|
> If one couldn’t avail himself of the defined features of git, then there’d be no reason to build on top of it in the first place. Sure build on top of it, but don't expect your users to implicitly know the defined, yet obscure, features of git you build on. > It’s hardly magic. I didn't claim this is a magic feature in git. I meant the way of `go get`-ing a private library by letting `go get` try and clone from https URLs while silently changing them to git:// URLs in a completely separate layer under it is magic. |
|
That's what documentation is for. Every application should be documenting (e.g. in README.md) how it can be built.