Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pietrobragaaquinojunior/go-gin-api

Api em go utilizando gin framework com testes unitários.
https://github.com/pietrobragaaquinojunior/go-gin-api

gin golang testing

Last synced: about 1 month ago
JSON representation

Api em go utilizando gin framework com testes unitários.

Awesome Lists containing this project

README

        

# go-gin-api

Api em go utilizando gin framework com testes unitários.

Para utilizar basta clonar o repositório e executar o comando `go run main.go` na raiz do projeto.

Para rodar os testes, navegue até a pasta `tests` e execute o comando `go test`.

Exemplo retirado do site oficial gin https://gin-gonic.com/docs/testing/

![Screenshot from 2024-08-02 10-03-40](https://github.com/user-attachments/assets/0a89ef2b-dab4-47a2-8398-7ef98258e2ce)