Dne 8.11.2016 v 21:16 Bryce Kellogg via Digitalmars-d-learn napsal(a):

...
Finally, a one line package.d:

public import my_package.my_module;

Change it to:

module my_package;
public import my_package.my_module;

Btw, having class name same as module name is not best way, there could be some issues with that

Reply via email to