Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Fiddling with Golang & Bazel for a microservice gin app

Notifications You must be signed in to change notification settings

jrbeverly/golang-gin-gitpod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

03f3d35 · Jul 27, 2022

History

1 Commit
Jul 27, 2022
Jul 27, 2022
Jul 27, 2022
Jul 27, 2022
Jul 27, 2022
Jul 27, 2022
Jul 27, 2022
Jul 27, 2022
Jul 27, 2022
Jul 27, 2022
Jul 27, 2022
Jul 27, 2022
Jul 27, 2022
Jul 27, 2022
Jul 27, 2022
Jul 27, 2022
Jul 27, 2022

Repository files navigation

Golang Gin & Gitpod

Fiddling with the Dev experience of Golang gin within Gitpod

Based on gitpod-io/go-gin-app

Notes

  • Prefer the pattern of combining this with cobra
  • Server rendered HTML is pretty straightforward
  • Returning simple JSON pretty straightforward
  • Can be combined with GRPC + Proto
  • What about swagger for generating the modules?
  • Considerations about how to organize the elements (cli, server, routes, models, database, etc)
  • What about logging for this?
  • Gitpod has occassionally issues with the import of gin
  • References for things like templates/ at the top level is nice
  • Log while running is excellent

Overall positive.

About

Fiddling with Golang & Bazel for a microservice gin app

Topics

Resources

Stars

Watchers

Forks