Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/gimerguizo/estudo-go
- Owner: GiMerguizo
- Created: 2024-11-01T18:16:29.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-11-01T19:12:09.000Z (16 days ago)
- Last Synced: 2024-11-01T20:19:09.098Z (16 days ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```