- Export `GoggaMode`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-02 16:09:04 +02:00
parent 9328d6d021
commit 7285b3e3cf
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,7 @@ unittest
gLogger.error("This is an error message");
// TODO: Add debug stuff
writeln();
}
unittest

View File

@ -1,3 +1,4 @@
module gogga;
public import gogga.core : GoggaLogger;
public import gogga.core : GoggaLogger;
public import gogga.transform : GoggaMode;