shippy icon indicating copy to clipboard operation
shippy copied to clipboard

Code for the tutorial series on creating Microservices with Golang

Results 4 shippy issues
Sort by recently updated
recently updated
newest added

Hi, I think there's an error on [this page[(https://ewanvalentine.io/microservices-in-golang-part-2/) the code under point number 12 is the same as on number 11. Commit 3fdf0349d52ee36db9e75453e0b0bd86cbb29f99 is containing changes to consignment-service/main.go that...

Can you upgrade your awesome tutorial to the micro v3 version?

file handlers.go: function: `func (s *service) GetRepo() Repository { return &VesselRepository{s.session.Clone()} }` returns clone of current session. then later: ``` func (s *service) Create(ctx context.Context, req *pb.Vessel, res *pb.Response) error...