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") }