Import from github
Nordlöw via Digitalmars-d
digitalmars-d at puremagic.com
Mon Aug 1 02:51:58 PDT 2016
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?
Yes, latest version of DUB just added support for this via a
special comment syntax that describes dependencies on
DUB-packages.
For details on this syntax see:
http://forum.dlang.org/thread/nk93ge$1jhe$1@digitalmars.com?page=1
More information about the Digitalmars-d
mailing list