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
- Host: GitHub
- URL: https://github.com/luizmoitinho/golang-examples
- Owner: luizmoitinho
- Created: 2021-03-05T16:56:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T21:08:48.000Z (about 3 years ago)
- Last Synced: 2024-06-20T01:52:20.848Z (almost 2 years ago)
- Topics: concurrent-programming, go, golang, sql, test-automation, tests
- Language: Go
- Homepage:
- Size: 4.63 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```