Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablosilvab/demo-testing-golang
Proyecto de juguete para probar TDD con Golang.
https://github.com/pablosilvab/demo-testing-golang
go go-test golang tdd
Last synced: 3 days ago
JSON representation
Proyecto de juguete para probar TDD con Golang.
- Host: GitHub
- URL: https://github.com/pablosilvab/demo-testing-golang
- Owner: pablosilvab
- License: mit
- Created: 2020-04-28T16:44:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T14:42:11.000Z (over 4 years ago)
- Last Synced: 2024-05-23T05:12:14.955Z (6 months ago)
- Topics: go, go-test, golang, tdd
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Testing Golang
[![Go Report Card](https://goreportcard.com/badge/github.com/pablosilvab/testing-golang)](https://goreportcard.com/report/github.com/pablosilvab/testing-golang)
Proyecto de juguete para trabajar con TDD.
### Benchmarking
```
go test -bench=.
```