Posts tagged with golang
-
Comprehensive Guide to Golang Embed
Learn how to embed files into Go binaries with the built-in embed package. Simplify distribution and deployment of your apps with this powerful tool.
-
Understanding Errors in Go: Effective Handling Techniques
Gain a solid understanding of error handling in Go with this comprehensive guide. Explore various error types and adopt practical approaches for error propagation, immediate checks, logging, and more.
-
Golang make vs new
Understand the differences between make() and new() in Golang and learn when to use each function for efficient and effective memory allocation and data structure creation.
-
A Complete Guide to Go Modules
Learn everything you need to know about Go Modules in this complete guide. Discover how to set up, use, and troubleshoot Go Modules to manage dependencies in your Go projects with ease.
-
ZeroLog Tutorial - Logging in Go
Learn how to use Zerolog, a fast, zero-allocation JSON logging library for Go, to add efficient logging to your Go applications. Discover its key features and benefits in this comprehensive tutorial.