envy for "Writing Go Packages"

Walter Bright newshound1 at digitalmars.com
Fri May 7 17:22:57 PDT 2010


Bernard Helyer wrote:
> I guess the trouble is if you use a special syntax like `import http.`, 
> then one has to modify the source of the application to install it 
> locally, no?


I'd like to emphasize that this idea is specifically about not having to install 
anything. You just type the correct package name in the import declaration, and 
the compiler system takes care of the rest.


More information about the Digitalmars-d mailing list