Skip to content

Latest commit

 

History

History

webservice-go

A Webservice in Go

Go Report Card

Why a WebService in Go into the playground ?

Well, I made some code in my work experiences where I used Go Webservices that I instrumented with OpenTelemetry. In this project, I make an attempt to restart the design from scratch of an OpenTelemetry monitored web-based service to propose a nice architecture to be used as a base for a later application development.

Design decisions

This projects makes an attempt to match the Standard Go Project Layout. It also replicates some code structures that I found rather elegant (for Go code ...) in other Open-Source Go projects:

References