6 ms·
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
by 6cxs2hd6 12y 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?