repository
0.0.0-20240530193247-b9b74016f865
Repository: https://github.com/x-dvr/go-service-template.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Go Service Template
Basic bootstrap for writing http service in Golang, without usage of any http framework or router. Initial idea was to use only packages from standard library. The only exception right now is golang.org/x/sync
package, which is used for errgroup.Group.