GoLang Dependency Management Tutorial (Production Grade Refactor)

preview_player
Показать описание
In this video, I show you how to refactor a simple go application into an application that can be used for production purposes. We learn how to modularize our go packages and clean up our main method. I also introduce common dependency management practices and simple architectural concepts for build REST API’s while using the go programming language
Рекомендации по теме
Комментарии
Автор

great video and explanation. keep them coming please

opensourcerror
Автор

Great video. Can you please add a video explaing your github code go-chi/chi. It will be really useful to understand the concept of Route.

chandansingh-ddfj
Автор

Isn't it better to make package names all lowercase?
There is a command "go mod init <name_of_the_project>"

namazbekbekarysuly