Skip to content

Commit

Permalink
ModMan
Browse files Browse the repository at this point in the history
- Moved to new package
  • Loading branch information
deavmi committed Oct 27, 2023
1 parent ba9e1f0 commit 0d565af
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module tlang.compiler.parsing.modman;
module tlang.compiler.modman.modman;

import gogga;

Expand All @@ -20,6 +20,8 @@ public final class ModuleManager
*
* Params:
* searchPaths = the search paths
* Throws:
*
*/
this(string[] searchPaths)
{
Expand Down

0 comments on commit 0d565af

Please sign in to comment.