- Fixed import issue
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-11 08:52:35 +02:00
parent 974e8cf019
commit 7e14ec68a8
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,8 @@
*/ */
module gogga.extras; module gogga.extras;
import gogga.core : GoggaLogger;
/** /**
* Mixes in a set of easy helper methods * Mixes in a set of easy helper methods
* for each log-level in `Level`, with * for each log-level in `Level`, with
@ -63,7 +65,6 @@ if(__traits(isSame, typeof(gLogger), GoggaLogger))
version(unittest) version(unittest)
{ {
import gogga;
import gogga.extras; import gogga.extras;
import std.stdio : writeln, stdout; import std.stdio : writeln, stdout;
import dlog.basic : Level, FileHandler; import dlog.basic : Level, FileHandler;