Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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=.
```