Merge branch 'master' of https://github.com/jameswpm/build-web-application-with-golang
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user