On Tuesday, 3 July 2018 at 12:51:59 UTC, bauss wrote:
On Tuesday, 3 July 2018 at 12:51:18 UTC, bauss wrote:
On Sunday, 1 July 2018 at 11:36:51 UTC, Yuxuan Shui wrote:
[...]
I use package.d for more than just submodules.
I use it to share modules from different packages into a
single package too, as well symbols and more!
I should probably have added this to my post.
A good example of it is this:
https://github.com/DiamondMVC/Diamond/blob/master/database/package.d
So that would just go in to master/database.d and your database/
folder would be unchanged then right?