Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lucasdasial/apigo-sample
- Owner: lucasdasial
- Created: 2022-06-14T17:33:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T14:52:29.000Z (over 2 years ago)
- Last Synced: 2024-11-16T15:38:18.823Z (2 months ago)
- Topics: gin-gonic, golang, google, gorm-orm
- Language: Go
- Homepage:
- Size: 9.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
``