mirror of https://github.com/deavmi/gogga.git
parent
c9edd2a401
commit
a4e17acbd2
|
@ -31,5 +31,5 @@ This should output something like the following:
|
|||
|
||||
---
|
||||
|
||||
Or you can also [View the full API](https://gogga.dpldocs.info/v2.1.12/index.html).
|
||||
Or you can also [View the full API](https://gogga.dpldocs.info/v2.1.13/index.html).
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/**
|
||||
* Logging facilities
|
||||
*/
|
||||
module gogga.core;
|
||||
|
||||
import dlog;
|
||||
|
|
Loading…
Reference in New Issue