From a55061d465da3802a170d54a5ccf7f0ace0eebe4 Mon Sep 17 00:00:00 2001 From: Manuel Vergara Date: Tue, 15 Nov 2022 19:18:51 +0100 Subject: [PATCH] Change code go of day08 Signed-off-by: Manuel Vergara --- es/Days/Go/hello.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/Days/Go/hello.go b/es/Days/Go/hello.go index a20bd2e..7228219 100644 --- a/es/Days/Go/hello.go +++ b/es/Days/Go/hello.go @@ -3,5 +3,5 @@ package main import "fmt" func main() { - fmt.Println("Until tomorrow #90DaysOfDevOps") + fmt.Println("Hasta maƱana #90DaysOfDevOps") }