Skip to content

HugoAPortela/Tutorial-Go-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages