modulepackage
0.0.0-20210809211953-3b72d5ce851a
Repository: https://github.com/carlosvin/covid-rest-go.git
Documentation: pkg.go.dev
# README
COVID Data REST API
This is a port of a REST API written in Java using Spring Boot to expose COVID data, this version is written in Go using GinGonic.
The main goal of this port written in Go+GinGonic is to compare it with Java+Spring Boot stack for creating REST services.