Hacker News new | ask | show | jobs
by 6cxs2hd6 4343 days ago
Module systems really ought to allow renaming on import. (Such as: rename individual functions, add a prefix to all of the functions, or even do a regexp style replace of all existing prefixes if any.)

But unfortunately, from a quick glance it looks like Go's doesn't, is that correct?

2 comments

You can rename the package on import http://play.golang.org/p/V01jD_EZyX