diff options
author | Emile <hanemile@protonmail.com> | 2019-11-02 22:12:51 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-11-02 22:12:51 +0100 |
commit | ae9f5070cbed85af91d685de872d36c2cc79f5f1 (patch) | |
tree | ceccad912d07c1a7ed5e88d4f7102dab69787f0d | |
parent | ab34abaaee5580048fff2212255c4615fcc9d2ae (diff) |
printer comment for better understanding
it should should be really clear now
-rw-r--r-- | src/printer.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/printer.go b/src/printer.go index 83268bc..291adbb 100644 --- a/src/printer.go +++ b/src/printer.go @@ -37,6 +37,8 @@ func printResponses(channels channels) { statusCode = red(fmt.Sprintf("%d", response.StatusCode)) postfix = "\033[K\r" + // this prints the 404 line, but prints the entry on the same line + } // print the foo |