Demo web service built using Go and Gin
Go to file
2021-09-14 12:26:55 +03:00
data Initial commit 2021-09-14 12:24:35 +03:00
.editorconfig Initial commit 2021-09-14 12:24:35 +03:00
.gitignore Initial commit 2021-09-14 12:24:35 +03:00
go.mod Initial commit 2021-09-14 12:24:35 +03:00
go.sum Initial commit 2021-09-14 12:24:35 +03:00
handlers.go Initial commit 2021-09-14 12:24:35 +03:00
LICENSE readme & license 2021-09-14 12:26:55 +03:00
main.go Initial commit 2021-09-14 12:24:35 +03:00
Makefile Initial commit 2021-09-14 12:24:35 +03:00
README.md readme & license 2021-09-14 12:26:55 +03:00
router.go Initial commit 2021-09-14 12:24:35 +03:00
signals.go Initial commit 2021-09-14 12:24:35 +03:00

Simple web service build with Go and Gin

Use make to build and run the service. /authors route will return the sample data.