Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gimerguizo/estudo-go

Repositório dedicado aos estudos da Linguagem Go (Golang)
https://github.com/gimerguizo/estudo-go

go golang

Last synced: 15 days ago
JSON representation

Repositório dedicado aos estudos da Linguagem Go (Golang)

Awesome Lists containing this project

README

        

# Estudo da Linguagem GO
![image-go](image.png)

## Links
:link: https://go.dev/

:link: https://go.dev/play/

## Estudos
- [Formação Go Developer](https://web.dio.me/track/formacao-go-developer) - DIO

## Rodar o projeto
```
go build hello.go
go run hello.go
```