On Thursday, 28 July 2016 at 13:39:43 UTC, Lodovico Giaretta
wrote:
On Thursday, 28 July 2016 at 13:31:59 UTC, eugene wrote:
Hello everyone,
can i do in D something like this:
import "github.com/julienschmidt/httprouter"
like in Golang?
No, but many D libraries you find on github are registered on
DUB, so you can use it to manage your dependencies (if that
library is not registered on DUB, ask its maintainer to
register it, as it's the best way to manage your dependencies
in D)
You might also subscribe to this thread:
https://github.com/dlang/dub/issues/50