Tagged articles
2 articles
Page 1 of 1
Golang Shines
Golang Shines
Apr 19, 2026 · Backend Development

Mastering Go Modules and Packages: A Complete Guide

This article explains Go's built‑in, custom, and third‑party packages, introduces the go mod tool with init and other commands, shows how to create and import custom packages (including aliasing and anonymous imports), describes the init() function execution order, and covers using third‑party modules and essential Go commands such as build, install, get, doc, test, list and fix.

Gogo modgo-commands
0 likes · 10 min read
Mastering Go Modules and Packages: A Complete Guide
Golang Shines
Golang Shines
Apr 4, 2026 · Fundamentals

Understanding Go Functions, Methods, Interfaces, and Core Commands

This article explains Go's function syntax, closures, method definitions on structs, interface mechanics, and provides a concise overview of essential Go commands such as build, install, get, doc, test, list, and fix, illustrated with code examples and output results.

GoProgrammingclosures
0 likes · 11 min read
Understanding Go Functions, Methods, Interfaces, and Core Commands