Categorygithub.com/kavuti/go-service-template
repositorypackage
0.0.0-20240527201236-61898f76c482
Repository: https://github.com/kavuti/go-service-template.git
Documentation: pkg.go.dev

# README

go-service-template

Go service template to use as a stub to create new web services leveraging the following technologies:

  • gRPC
  • protobuf
  • grpc-gateway
  • sqlc

Management

To initialize the environment, after the git clone launch the following command:

make init

To refresh the binaries in the bin folder, launch the deps make target