Translation for section 2.1, including code

This commit is contained in:
James Miranda
2016-10-06 17:43:40 -03:00
parent 1f81ba4287
commit 91d826cc15
4 changed files with 48 additions and 55 deletions

View File

@@ -1,15 +1,8 @@
<<<<<<< HEAD
// Código de exemplo para o Capítulo 1.2 do "Build Web Application with Golang"
// 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.
=======
// 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.
>>>>>>> eead24cf064976b648de5826eab51880c803b0fa
package main
package main
import (
"fmt"

View File

@@ -1,7 +1,7 @@
// Example code for Chapter ? from "Build Web Application with Golang"
// Purpose: Hello world example demonstrating UTF-8 support.
// To run in the console, type `go run main.go`
// You're missing language fonts, if you're seeing squares or question marks.
// Código de exemplo para o Capítulo 2.1 do "Build Web Application with Golang"
// Propósito: Exemplo de Hello world demonstrando suporte para UTF-8.
// Para executar, navegue até o diretório onde ele estiver salvo e digite no console `go run main.go`
// Se você receber quadrados ou pontos de interrogação, possivelemente você não tenha as fontes instaladas.
package main
import "fmt"