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

https://github.com/marttp/golang-gin-practice

Practice Gin framework
https://github.com/marttp/golang-gin-practice

Last synced: about 1 year ago
JSON representation

Practice Gin framework

Awesome Lists containing this project

README

          

go mod init gogin

go run main.go

go test ./platform/newsfeed
go test ./...
go test -cover ./...