Go is a powerful language that's highly performant and has concurrency built in the language itself making it perfect for micro services. This article is aimed at anyone who wants to build a CRUD micro service or a simple RESTful API using Go (or Golang for SEO purposes) You can find all the code in my repository.
Table of contents
Github repo & moreTarget audienceAdditional resourcesTechAdditional implementationDocker and Docker ComposeMigrationsConnecting to the DBSetting up your APICreate and Read operationsGet Comment By IdPUTDelete2 Comments
Sort: