1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:43:22 +02:00
- Cleaned up
This commit is contained in:
Tristan B. Velloza Kildaire 2024-05-12 18:02:38 +02:00
parent 7328d78030
commit d92b0a1565

View File

@ -13,15 +13,8 @@ import birchwood.client.exceptions;
import birchwood.config.conninfo : ChecksMode; import birchwood.config.conninfo : ChecksMode;
import birchwood.logging; import birchwood.logging;
// TODO: Before release we should remove this import
import std.stdio : writeln;
/* TODO: We could move these all to `package.d` */ /* TODO: We could move these all to `package.d` */
/**
* Encoding/decoding primitives
*/
/** /**
* Encodes the provided message into a CRLF * Encodes the provided message into a CRLF
* terminated byte array * terminated byte array