Demo web service built using Go and Gin
Go to file
2021-09-14 13:04:56 +03:00
build tests 2021-09-14 12:36:52 +03:00
cmd refactor app related code to the app package 2021-09-14 13:04:56 +03:00
internal refactor app related code to the app package 2021-09-14 13:04:56 +03:00
.editorconfig Initial commit 2021-09-14 12:24:35 +03:00
.gitignore tests 2021-09-14 12:36:52 +03:00
go.mod separate commands for the app 2021-09-14 13:02:03 +03:00
go.sum separate commands for the app 2021-09-14 13:02:03 +03:00
LICENSE readme & license 2021-09-14 12:26:55 +03:00
main.go separate commands for the app 2021-09-14 13:02:03 +03:00
Makefile separate commands for the app 2021-09-14 13:02:03 +03:00
README.md readme & license 2021-09-14 12:26:55 +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.