This commit is contained in:
James Miranda
2016-09-28 10:30:42 -03:00
207 changed files with 11960 additions and 5296 deletions

View File

@@ -1,7 +1,14 @@
<<<<<<< HEAD
// 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
import (