From c7679e4fdbe3cb013d298e5d1f9b76cf1599729f Mon Sep 17 00:00:00 2001 From: joaoofreitas Date: Tue, 30 Mar 2021 01:06:54 +0100 Subject: [PATCH] =?UTF-8?q?Small=20fix=20to=20credits=20=F0=9F=92=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 7ea29bd..0c4453d 100644 --- a/main.go +++ b/main.go @@ -54,7 +54,7 @@ func main() { "\n\n") fmt.Println("For using free software. \n" + "This software is licensed by MIT License. \n" + - "https://github.com/joaoofreitas" + - "https://joaoofreitas.tech" + + "https://github.com/joaoofreitas\n" + + "https://joaoofreitas.tech\n" + "Copyright (c) 2021 João Freitas") }