Skip to content

Commit

Permalink
Extras
Browse files Browse the repository at this point in the history
- Fixed import issue
  • Loading branch information
deavmi committed Apr 11, 2024
1 parent 974e8cf commit 7e14ec6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/gogga/extras.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
*/
module gogga.extras;

import gogga.core : GoggaLogger;

/**
* Mixes in a set of easy helper methods
* for each log-level in `Level`, with
Expand Down Expand Up @@ -63,7 +65,6 @@ if(__traits(isSame, typeof(gLogger), GoggaLogger))

version(unittest)
{
import gogga;
import gogga.extras;
import std.stdio : writeln, stdout;
import dlog.basic : Level, FileHandler;
Expand Down

0 comments on commit 7e14ec6

Please sign in to comment.