Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucasdasial/apigo-sample


https://github.com/lucasdasial/apigo-sample

gin-gonic golang google gorm-orm

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

### utilizado
- gin
``
go get -u github.com/gin-gonic/gin
``

- gorm
``
go get -u gorm.io/gorm
``
- pgsql
``
got get gorm.io/driver/postgres
``