Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 527 Bytes

readme.md

File metadata and controls

25 lines (24 loc) · 527 Bytes

Tutorial de programação Web com Golang

Para rodar o servidor

Entre na pasta web_app, onde está o main.go

cd caminho/para/pasta/web_app

Agora execute o arquivo com:

go run main.go

Acesse no browser: localhost:8000

Web programming tutorial with Golang

To run the server

Enter in the web_app folder, the local of the main.go

cd path/to/folder/web_app

Run the main.go file:

go run main.go

Access in the browser: localhost:8000