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

https://github.com/luizmoitinho/golang-examples

Biblioteca de códigos e exemplos escritos em Golang
https://github.com/luizmoitinho/golang-examples

concurrent-programming go golang sql test-automation tests

Last synced: 2 months ago
JSON representation

Biblioteca de códigos e exemplos escritos em Golang

Awesome Lists containing this project

README

          

# Golang Examples
Repositório com códigos e exemplos escritos em golang

### Run
```shell
go run nome_projeto.go
```
### Tests
```sql
cd 17_testes_automatizados/17.1_introducao/enderecos/
go test
```