From 56beace64edff1e53e7acc1aba5529343044d35a Mon Sep 17 00:00:00 2001 From: James Miranda Date: Fri, 23 Sep 2016 17:37:29 -0300 Subject: [PATCH] Translate the comments of the example code for Chapter 1 --- pt-br/code/src/apps/ch.1.2/main.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pt-br/code/src/apps/ch.1.2/main.go b/pt-br/code/src/apps/ch.1.2/main.go index cc5b4e22..e840a1f0 100644 --- a/pt-br/code/src/apps/ch.1.2/main.go +++ b/pt-br/code/src/apps/ch.1.2/main.go @@ -1,7 +1,7 @@ -// Example code for Chapter 1.2 from "Build Web Application with Golang" -// Purpose: Run this file to check if your workspace is setup correctly. -// To run, navigate to the current directory in a console and type `go run main.go` -// If the text "Hello World" isn't shown, then setup your workspace again. +// Código de exemplo para o Capítulo 1.2 do "Build Web Application with Golang" +// Propósito: Execute este arquivo para verificar se o seu workspace está corretamente configurado. +// Para executar, navegue até o diretório onde ele estiver salvo e digite no console `go run main.go` +// Se o texto "Hello World" não aparecer, então configure seu ambiente novamente. package main import (