envy for "Writing Go Packages"

BCS none at anon.com
Fri May 7 19:07:29 PDT 2010


Hello Walter,

> You just type the correct package name in the
> import declaration, and the compiler system takes care of the rest.

How about a package->source mapping?

dmd -I my.corp=http://mycorp.com/sourcerepo

import my.corp.foo; // looked for at http://mycorp.com/sourcerepo.foo.d

that way when things move, or corps merg, you only need to update the mappings.

-- 
... <IXOYE><





More information about the Digitalmars-d mailing list