InTechKoala InsightsbyAarav JoshiEver Wondered How to Organize Code in Go? Dive into Packages, Pointers & Methods!In Go, a package is like a toolbox filled with useful tools — functions and data — that help you accomplish specific tasks. Every Go…Jul 2
InStackademicbyMuhammad Asghar AliReflect Package in GOReflection in Go (Golang) is a powerful feature that allows a program to inspect its own structure and values at runtime. This capability…Jun 12Jun 12
Hatef PourRajabiReplacing Golang’s ioutil functions and methodsThe ioutil package in Go provides a number of functions and methods for reading and writing files. However, this package is considered…Sep 27, 2023Sep 27, 2023
𝔘𝔯𝔟𝔞𝔫Go Module RecommendationsA list of my personal recommendations for Go Modules — Some of the modules that I use most frequently.Apr 2Apr 2
InTechKoala InsightsbyAarav JoshiEver Wondered How to Organize Code in Go? Dive into Packages, Pointers & Methods!In Go, a package is like a toolbox filled with useful tools — functions and data — that help you accomplish specific tasks. Every Go…Jul 2
InStackademicbyMuhammad Asghar AliReflect Package in GOReflection in Go (Golang) is a powerful feature that allows a program to inspect its own structure and values at runtime. This capability…Jun 12
Hatef PourRajabiReplacing Golang’s ioutil functions and methodsThe ioutil package in Go provides a number of functions and methods for reading and writing files. However, this package is considered…Sep 27, 2023
𝔘𝔯𝔟𝔞𝔫Go Module RecommendationsA list of my personal recommendations for Go Modules — Some of the modules that I use most frequently.Apr 2
ansu jainBuilding and Consuming Custom Packages in Go: A Complete GuideGo makes it easy to create and use packages. In this tutorial, we’ll create a simple package that uses a third-party dependency and learn…Mar 2, 20232
Didem KışGO PROGRAMMING LANGUAGE — 2Hello, I started to learn the very popular Go language, and as a result of a lot of training and research, I share my Go language…Nov 6, 2023
Kyodo TechDesigning Go Packages EffectivelyGuide on best practices for crafting user-friendly Go libraries, covering principles of library design, concurrency, error handling and…Oct 4, 2023