From 8a0bf2e4c77fde001236c7bc80ef85cdb5b43136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20G=2E?= Date: Fri, 14 Jun 2024 16:25:23 -0400 Subject: [PATCH] FIX: License output in CLI --- dstort.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dstort.go b/dstort.go index 1728b77..b4fb5e9 100644 --- a/dstort.go +++ b/dstort.go @@ -29,7 +29,8 @@ const ( license_text = `Copyright (C) 2024 Tomás Gutiérrez L. (0x00) License GPLv3: GNU GPL version 3 . This is free software: you are free to change and redistribute it. -This program comes with ABSOLUTELY NO WARRANTY.` +This program comes with ABSOLUTELY NO WARRANTY. +` ) var directories []string