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).

Reply via email to